Skip to content

Commit ab8feb2

Browse files
authored
tools: pages read permission to build-and-upload (npm#176)
Adding this permission is necessary to support private repos
1 parent 575286a commit ab8feb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build-and-upload:
1313
permissions:
1414
contents: read
15+
pages: read
1516
runs-on: ubuntu-latest
1617

1718
steps:

0 commit comments

Comments
 (0)