Skip to content

Commit

Permalink
fix: GH_TOKEN for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 22, 2024
1 parent 685c2b6 commit 9a9fa56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ concurrency:
jobs:
openPR:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Create PR
env:
GH_TOKEN: ${{ github.token }}
run: >-
gh pr create
--base main
Expand Down

0 comments on commit 9a9fa56

Please sign in to comment.