Skip to content

Commit ce59ef1

Browse files
Merge pull request #84 from BattlefieldDuck/alert-autofix-6
Potential fix for code scanning alert no. 6: Workflow does not contain permissions
2 parents 829201f + cb66daa commit ce59ef1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet-publish-gpr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types: [created]
66

7+
permissions:
8+
contents: read
9+
packages: write
10+
711
jobs:
812
deploy:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)