Skip to content

Commit cac6e4f

Browse files
authoredJun 22, 2024
ci: fix job permissions
1 parent e9cd7d6 commit cac6e4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

Diff for: ‎.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
release:
1414
timeout-minutes: 3
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
1618
steps:
1719
- uses: actions/checkout@v3
1820
- uses: actions/setup-node@v3
@@ -25,4 +27,4 @@ jobs:
2527
- run: npm run release
2628
env:
2729
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)