Skip to content

Commit 836f9b3

Browse files
authored
Merge pull request #1 from ElysiumOSS/alert-autofix-17
Potential fix for code scanning alert no. 17: Workflow does not contain permissions
2 parents 1fbe7a7 + 76a336d commit 836f9b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
2222
name: Post Release
2323

24+
permissions:
25+
contents: read
26+
2427
on:
2528
release:
2629
types:

0 commit comments

Comments
 (0)