Skip to content

Commit db7da8e

Browse files
authored
Merge pull request #233 from nicolasbock/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 588580e + 5d97283 commit db7da8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- main
1010
workflow_dispatch:
1111

12+
permissions:
13+
contents: read
14+
actions: write
15+
1216
jobs:
1317
build:
1418
strategy:

0 commit comments

Comments
 (0)