Skip to content

Commit 8521ec7

Browse files
committed
fix: add permissions to module-build.yml
1 parent 656e9a5 commit 8521ec7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/module-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ on:
3333
- "Makefile"
3434
workflow_dispatch:
3535

36+
permissions:
37+
contents: read
38+
pull-requests: write
39+
issues: write
40+
statuses: write
41+
3642
env:
3743
SETUP_PATH: .ci-local:.ci
3844
EPICS_TEST_IMPRECISE_TIMING: YES

0 commit comments

Comments
 (0)