Skip to content

Commit ff94420

Browse files
authored
Merge pull request #18 from devops-actions/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 0fd4bb2 + 7104324 commit ff94420

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: "publish-${{ github.ref }}"
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
packages: write
15+
1216
jobs:
1317
build-and-publish:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)