Skip to content

Commit 52ef3d0

Browse files
Merge pull request #453 from kiwigrid/alert-autofix-4
Potential fix for code scanning alert no. 4: Workflow does not contain permissions
2 parents 7c300c7 + b4fe490 commit 52ef3d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- master
88
jobs:
99
build:
10+
permissions:
11+
contents: write
12+
packages: write
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)