shogo82148-slim
GitHub App
shogo82148-slim
GitHub App
A demonstration app for the shogo82148/actions-github-app-token GitHub Action.
You can get a GitHub token generated by the app instead of github-actions bot or your PAT(personal access token).
Use the App in Your GitHub Actions Workflow
jobs:
job:
runs-on: ubuntu-latest
# use GitHub Actions OIDC Token (Experimental) https://github.com/github/roadmap/issues/249
permissions:
id-token: write
contents: read
steps:
- id: generate
uses: shogo82148/actions-github-app-token@v0
- run: |
gh issue create --title "Do something using GITHUB_TOKEN"
env:
GITHUB_TOKEN: ${{ steps.generate.outputs.token }}
Developer
shogo82148-slim is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Report abuse