You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the problem you're trying to solve secrets can be defined from a file, but in some circumstances, short-lived secrets are actually exposed by platform as environment variables (typically, GITHUB_TOKEN).
We should offer an opportunity for user to define a secret to be set from environment variable.
Describe the solution you'd like
secrets:
github_token:
environment: GITHUB_TOKEN
Additional context
Ability to pass build time secrets, like docker build --secret id=github_token,env=GITHUB_TOKEN does
rittneje, Alvise88 and toga4Alvise88, EricHripko and w-haibara