step-security/Set Github Variable
Update variables for github repository/org
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | Variable name | yes | — |
| value | Variable value | yes | — |
| repository | Repository name, with format "<organization>/<repository>" i.e "mmoyaferrer/set-github-variable" | yes | ${{ github.repository }} |
| token | Repository access token (Personal Access Token or Organization Token) | yes | — |
| org | Only in case of Org-scope variable, specifies the Organization name, | no | — |
| visibility | Only in case of Org-scope variable, specifies the access level 'all', 'private', or 'selected' | no | — |
| selectedRepositoryIds | Only in case of Org-scope variable and visibility equals selected, it's an array of repository ids where to update the variable | no | — |
Outputs
| name | description |
|---|---|
| code | Status code |
| data | Response data |