Skip to content

Commit ba40795

Browse files
authored
fix: Update release.yml
1 parent 5060ae0 commit ba40795

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
needs: [call-build-lint-test-workflow]
15+
permissions:
16+
contents: write
17+
issues: write
18+
pull-requests: write
1519
env:
1620
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1721
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
22+
1923
steps:
2024
- uses: actions/checkout@v4
2125
with:
2226
fetch-depth: 0
23-
persist-credentials: false
2427

2528
- uses: actions/setup-node@v4
2629
with:

0 commit comments

Comments
 (0)