Skip to content

Commit a6dd07d

Browse files
committed
ci: restric file scope perms in workflows
1 parent 97ab3b2 commit a6dd07d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/external.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55

66
permissions:
77
contents: read
8-
statuses: write
98

109
jobs:
1110
generate_statuses:

.github/workflows/pypackaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
types:
2626
- published
2727

28+
permissions:
29+
contents: read
30+
2831
env:
2932
ADIOS2_CUSTOM_VERSION_OVERRIDE: ${{ github.event.inputs.overrideVersion }}
3033

0 commit comments

Comments
 (0)