Skip to content

Commit 874e687

Browse files
authored
Merge pull request #50 from sectsect/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents ca5fcd2 + b9c31ca commit 874e687

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77

88
concurrency: ${{ github.workflow }}-${{ github.ref }}
99

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
packages: write
14+
1015
jobs:
1116
release:
1217
name: Release

0 commit comments

Comments
 (0)