Skip to content

Commit

Permalink
fix(ci): add permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
junwen-k committed May 27, 2024
1 parent 5906607 commit bd34eae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
if: ${{ github.repository_owner == 'junwen-k' }}
runs-on: ubuntu-latest

permissions:
contents: write
pull-requests: write

strategy:
matrix:
node-version: [20.13.1]
Expand Down

0 comments on commit bd34eae

Please sign in to comment.