raven-actions/Environment Variables
🔠 Fetch and use deployment environment variables without hitting deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to use for API authentication | yes | ${{ github.token }} |
| environment | Deployment Environment name. | yes | — |
| repository | Full repository name in the {owner}/{repo} format. Default: github.repository | no | ${{ github.repository }} |
| output-to | Output to... Supported options: - env: Set environment variables - action: Set action outputs - all: Set both environment variables and action outputs Default: all | no | all |
| env-prefix | Prefix for environment variables. Default: not set | no | — |
| dry-run | Whether or not to actually perform operation. Set to true for testing. Default: false | no | false |
Outputs
no outputs