Skip to content

Commit 0fe12fd

Browse files
committed
fix GH Pages workflow permissions
1 parent 439c8a0 commit 0fe12fd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ on:
44
release:
55
types: [published]
66

7-
permissions:
8-
contents: write
9-
pages: write
10-
id-token: write
11-
127
jobs:
138
publish-npm:
149
name: Publish to npm
1510
runs-on: ubuntu-latest
1611
permissions:
1712
contents: read
1813
id-token: write
14+
pages: write
1915
steps:
2016
- name: Checkout code
2117
uses: actions/checkout@v4

0 commit comments

Comments
 (0)