Releases: cognitedata/custom-azure-key-vault-action
Releases · cognitedata/custom-azure-key-vault-action
v2.4
What's Changed
- Added SecretClient verify_challenge_resource=False by @andreolefirenko in #29
Full Changelog: v2.3...v2.4
v2.3: Fix running in custom container (#24)
Use $GITHUB_ACTION_PATH instead of github.action_path to find the action path.
Add $HOME/.local/bin to the PATH, so poetry is findable.
Update Poetry install
The previous poetry install curl command is deprecated. Replaced it with the new command according to the official documentation