This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
Releases: secrethub/actions
Releases · secrethub/actions
v0.2.1
Fixed
- Use new environment files for setting environment variables now that the
::set-env
command is deprecated because of CVE-2020-15228 (#21)
v0.2.0
Added
- Support for the GCP Identity Provider: GitHub Actions runners on Google Compute Engine can now load secrets without needing to set
SECRETHUB_CREDENTIAL
. (#14)
v0.1.0
Added
- env-export action to load secrets into your GitHub Action workflows.