wow-actions/Use Your App token in GitHub Actions
Run GitHub Actions as a GitHub App by using the app's authentication token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | The ID of the GitHub App. | no | — |
| private_key | The private key of the GitHub App (can be Base64 encoded). | no | — |
| fallback | The fallback token when bot token generate failed. | no | — |
| app_slug_name | The app slug name exported to `env` or saved to `secrets`. | no | BOT_NAME |
| app_token_name | The app token name exported to `env` or saved to `secrets`. | no | BOT_TOKEN |
| secret | Specify true to save app token and app slug into the secrets of current repository. | no | false |
| clean | Specify true to clean saved secrets when workflow run completed. | no | true |
Outputs
| name | description |
|---|---|
| bot_name | The name of the GitHub App on the current repository. |
| bot_token | The token of the GitHub App on the current repository. |