This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
What's Changed
Breaking Changes
This release of the prefect auth
action uses the latest version of Prefect - prefect 3`. This is a breaking change, as prefect 3 operates differently than prefect 2, please see the official upgrade guide here.
If you would like to continue using prefect 2
, simply use the previous version of the action:
- name: Auth to Prefect Cloud
uses: PrefectHQ/actions-prefect-auth@v1
with:
...
Full Changelog: v1...v2