Skip to content

Commit 90b26ea

Browse files
committed
Tweak PR build script
1 parent 48c454a commit 90b26ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
permissions: write-all
8+
permissions:
9+
pull-requests: write
10+
contents: write
11+
pages: write
912
if: ${{ github.event.number }}
1013
steps:
1114
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)