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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_idThe ID of the GitHub App.no
private_keyThe private key of the GitHub App (can be Base64 encoded).no
fallbackThe fallback token when bot token generate failed.no
app_slug_nameThe app slug name exported to `env` or saved to `secrets`.noBOT_NAME
app_token_nameThe app token name exported to `env` or saved to `secrets`.noBOT_TOKEN
secretSpecify true to save app token and app slug into the secrets of current repository.nofalse
cleanSpecify true to clean saved secrets when workflow run completed.notrue
namedescription
bot_nameThe name of the GitHub App on the current repository.
bot_tokenThe token of the GitHub App on the current repository.