Skip to content

Commit

Permalink
Merge pull request #191 from masutaka/fix-permission-tagpr-job
Browse files Browse the repository at this point in the history
Fix the permission of tagpr job
  • Loading branch information
masutaka authored Jul 5, 2024
2 parents 1256b62 + 57daf76 commit b70656e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
- id: run-tagpr
uses: Songmu/tagpr@0a9b8e6634db66e773516828c1359dc6e9e8b484 # v1.3.0
env:
Expand Down

0 comments on commit b70656e

Please sign in to comment.