Secrets in this workflow don't run inside an environment: https://github.com/rust-lang/compiler-builtins/blob/main/.github/workflows/rustc-pull.yml
We created the rustc-pull GitHub environment. We can move the secrets there.
I'm trying to understand if the syntax of how this job is defined supports environments.
Secrets in this workflow don't run inside an environment: https://github.com/rust-lang/compiler-builtins/blob/main/.github/workflows/rustc-pull.yml
We created the
rustc-pullGitHub environment. We can move the secrets there.I'm trying to understand if the syntax of how this job is defined supports environments.