56kcloud/Generate acpe-bot token
Generate an installation access token for the acpe-bot GitHub App via the token vending service. No secrets required — authentication is handled via GitHub Actions OIDC.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 4, 2026
- License
- None
Pinned Snippet
uses: 56kcloud/acpe-bot@2e7ec18dc1a547220cb7eb37acdf3d49374d6e7e # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the GitHub App installation (defaults to current repository owner) | no | — |
| repositories | Comma-separated list of repositories to grant access to (defaults to current repository) | no | — |
Outputs
| name | description |
|---|---|
| token | The installation access token |