Skip to content

Commit 2c3ba77

Browse files
author
Dmytro
committed
Fix publish permissions
1 parent 8d1710b commit 2c3ba77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88

99
# https://docs.npmjs.com/trusted-publishers
1010
permissions:
11-
id-token: write # Required for OIDC
12-
contents: write # Required for the release and tag creation
11+
id-token: write # Required for OIDC
12+
contents: write # Required for the release and tag creation
13+
workflows: write # Required for pushing workflow file changes
1314

1415
jobs:
1516
main:

0 commit comments

Comments
 (0)