Skip to content

Commit

Permalink
use token with write access for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrivachev committed Dec 15, 2023
1 parent 4cb4238 commit 7b4d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
openPR: true
allowSkipped: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WRITE_TOKEN }}

0 comments on commit 7b4d4eb

Please sign in to comment.