Skip to content

Commit a3f752a

Browse files
authored
Merge pull request #6 from WeetLeaf/alert-autofix-3
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
2 parents 4577a20 + 36b72f3 commit a3f752a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
create_release:
1010
name: 'Create release'
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214

1315
steps:
1416
- name: Checkout Repository

0 commit comments

Comments
 (0)