Skip to content

Commit 02a330d

Browse files
committed
Permissions
1 parent 0ff3376 commit 02a330d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
PLATFORMS: "linux/amd64,linux/arm64"
2424
permissions:
2525
pull-requests: write # Required to post comments
26+
contents: read
27+
checks: write
2628
steps:
2729
- name: Checkout code
2830
uses: actions/checkout@v4
@@ -177,6 +179,8 @@ jobs:
177179
runs-on: ubuntu-latest
178180
permissions:
179181
pull-requests: write
182+
contents: read
183+
checks: write
180184
steps:
181185
- name: Checkout code
182186
uses: actions/checkout@v4

0 commit comments

Comments
 (0)