lindluni/GitHub Actions Variable Groups
Allows for the central management of environment variables across multiple GitHub Actions workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| groups | A list of variable group files or directories containing variable group files. | yes | — |
| org | The GitHub org containing where the repo is hosted. | yes | ${{ github.repository_owner }} |
| repo | The repo where the GitHub files under groups are hosted. | yes | ${{ github.event.repository.name }} |
| url | GitHub API URL if using GitHub Server or AE | no | https://api.github.com |
| token | GitHub PAT used to access the repo. | yes | ${{ github.token }} |
Outputs
no outputs