Replies: 1 comment 1 reply
-
@newhoggy , I suggest to log an issue in https://github.com/actions/runner repository.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environments can store and expose secrets to the build. It would be nice if there was a way to use environments at a more granular level so secrets are only exposed to those parts of the workflow that actually need them.
For example if I need some secrets to store credentials to a cache service to cache my dependencies, then I should only need to expose my secrets to that cache service and not the entire build.
This prevents a malicious actor from writing code in one of the project dependencies to try and capture secrets.
Beta Was this translation helpful? Give feedback.
All reactions