Skip to content

Commit de2edfb

Browse files
committed
misc(build-pr): with permissions?
1 parent 31cd365 commit de2edfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-pr-windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
runs-on: ubuntu-latest
9999
if: always() # Runs even if the previous job failed
100100
needs: build-kernel
101+
permissions:
102+
checks: write
103+
contents: read
101104
steps:
102105
- name: Mark 'Kernel build' as Neutral
103106
uses: actions/github-script@v8

0 commit comments

Comments
 (0)