howlowck/Set Repo Secrets and Variables
Set GitHub Secrets and Variables to a repository using environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-owner | Repository owner (individual or organization) | yes | — |
| repo-name | Repository name | yes | — |
| secrets-from-env | Set secrets from environment variables, the format is "TARGET_SECRET_NAME=ENV_NAME", separated by spaces | no | "" |
| vars-from-env | Set variables from environment variables, the format is "TARGET_SECRET_NAME=ENV_NAME", separated by spaces | no | "" |
| security-token | GitHub Security Token. It is this identity that sets the secrets to the target repository. The scope for Classic PAT should include "repo" and "workflows". For fine-grain PAT, set "actions", "secrets", "variables", "environments" to "read and write" permissions. | yes | — |
Outputs
no outputs