Skip to content

Commit cf401e3

Browse files
ci: Fix GitHub Action permission
1 parent c9a06fe commit cf401e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
permissions:
99
id-token: write # Required for OIDC / NPM Trusted Publishing (https://repos.openssf.org/trusted-publishers-for-all-package-repositories)
10-
contents: read
10+
contents: write
1111

1212
jobs:
1313
quality-bump-and-publish:

0 commit comments

Comments
 (0)