Skip to content

Commit 79fa336

Browse files
authored
Merge pull request #45 from sectsect/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents a88fc3e + ba53a8f commit 79fa336

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

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

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

10+
permissions:
11+
contents: read
12+
pull-requests: write
13+
1014
jobs:
1115
release:
1216
name: Release

0 commit comments

Comments
 (0)