Skip to content

Commit

Permalink
chore: add missing workflow permissions (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Dec 7, 2023
1 parent 3df91bf commit 0188b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
jobs:
create-release-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -30,5 +34,6 @@ jobs:
# git config
git config user.name "GitHub Actions Bot"
git config user.email "<>"
# run shell script
cd scripts
./create-release-pr.sh

0 comments on commit 0188b2c

Please sign in to comment.