Skip to content

Commit fa5055d

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/module-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- ".github/workflows/module-build.yml"
1515
- "configure/**"
1616
- "common/**"
17-
- "linux/**"
1817
- "exploreApp/**"
1918
- "pciApp/**"
2019
- "vmeApp/**"
@@ -25,14 +24,19 @@ on:
2524
- ".github/workflows/module-build.yml"
2625
- "configure/**"
2726
- "common/**"
28-
- "linux/**"
2927
- "exploreApp/**"
3028
- "pciApp/**"
3129
- "vmeApp/**"
3230
- "testApp/**"
3331
- "Makefile"
3432
workflow_dispatch:
3533

34+
permissions:
35+
contents: read
36+
pull-requests: write
37+
issues: write
38+
statuses: write
39+
3640
env:
3741
SETUP_PATH: .ci-local:.ci
3842
EPICS_TEST_IMPRECISE_TIMING: YES

0 commit comments

Comments
 (0)