Skip to content

Commit

Permalink
ci: fix permission (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 21, 2023
1 parent d6d1683 commit 7dc6594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
follow_up-pr:
needs: [release-please, docker-publish]
if: ${{ needs.release-please.outputs.release_created }}
permissions:
pull-requests: write
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
Expand Down

0 comments on commit 7dc6594

Please sign in to comment.