raven-actions/Environment Variables

🔠 Fetch and use deployment environment variables without hitting deployment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token to use for API authenticationyes${{ github.token }}
environmentDeployment Environment name.yes
repositoryFull repository name in the {owner}/{repo} format. Default: github.repository no${{ github.repository }}
output-toOutput to... Supported options: - env: Set environment variables - action: Set action outputs - all: Set both environment variables and action outputs Default: all noall
env-prefixPrefix for environment variables. Default: not set no
dry-runWhether or not to actually perform operation. Set to true for testing. Default: false nofalse

no outputs