pickfu/Manage Repository Variables
Manage repository environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to use for authentication | yes | — |
| repo | The GitHub repository to use in the format owner/repo | yes | — |
| environment | The environment in which to read or update the variable | yes | — |
| action | Action to perform. Either "read" or "update" | yes | read |
| name | The name of the variable | yes | read |
| value | The value of the variable to update | no | — |
Outputs
| name | description |
|---|---|
| value | The value of the variable |