Skip to content

Commit b08aa88

Browse files
committed
try and make the alerts happy
1 parent 5097dc2 commit b08aa88

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/stage-1-commit.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: "Commit stage"
22

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_call:
58
inputs:
@@ -32,10 +35,6 @@ on:
3235
required: true
3336
type: string
3437

35-
36-
permissions:
37-
contents: read
38-
3938
jobs:
4039
scan-secrets:
4140
name: "Scan secrets"

0 commit comments

Comments
 (0)