Skip to content

Commit f0ea576

Browse files
committed
fix: performance
1 parent 94f8a0f commit f0ea576

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ on:
66
branches:
77
- 'main'
88

9+
permissions:
10+
contents: write # to be able to publish a GitHub release
11+
issues: write # to be able to comment on released issues
12+
pull-requests: write # to be able to comment on released pull requests
13+
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
14+
915
jobs:
1016
publish:
1117
runs-on: ubuntu-latest
12-
permissions:
13-
contents: write # to be able to publish a GitHub release
14-
issues: write # to be able to comment on released issues
15-
pull-requests: write # to be able to comment on released pull requests
16-
id-token: write # to enable use of OIDC for trusted publishing and npm provenance
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1920
steps:

0 commit comments

Comments
 (0)