Skip to content

Commit 5c046aa

Browse files
committed
Adjust permissions on CI workflow
1 parent 6456039 commit 5c046aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches: [ "master" ]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: read
12+
actions: read
13+
checks: write
14+
1015
concurrency:
1116
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1217
cancel-in-progress: true

0 commit comments

Comments
 (0)