Skip to content

Commit b6959a1

Browse files
committed
workflows: Fix permission setting on new MUSL job
I didn't realize I need to specify the permission setting on all jobs in a workflow. Reported-by: CodeQL Signed-off-by: Chuck Lever <[email protected]>
1 parent 3183871 commit b6959a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
build-musl:
4646

4747
runs-on: ubuntu-latest
48+
permissions: read-all
4849
container: alpine:latest
4950
strategy:
5051
fail-fast: false

0 commit comments

Comments
 (0)