-
Notifications
You must be signed in to change notification settings - Fork 421
Maintenance: Encrypt GitHub Actions secrets with environments feature #1354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
related: #1353 |
Forgot to share that this requires Secrets to be recreated as Environment Secrets. |
|
This is now released under 1.26.6 version! |
Summary
By default, Secrets are only exposed to GitHub Actions workflow that run in the base repo. We could do better and only expose certain secrets - release role ARNs, etc. - to specific workflows only.
More info: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-secrets
Why is this needed?
Increases security posture and minimize blast radius by limiting secrets to specific workflows on a need-to-have basis.
Which area does this relate to?
Automation, Governance
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: