Skip to content

Commit 123bc94

Browse files
authored
fix(workflows): adjust permissions for npm trusted publisher config
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent f5a934a commit 123bc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
types: [published]
1414

1515
permissions:
16+
id-token: write # Required for OIDC
1617
contents: read
17-
packages: write
1818

1919
jobs:
2020
publish:

0 commit comments

Comments
 (0)