Skip to content

Commit 0508f27

Browse files
authored
Merge pull request #67 from NorwegianVeterinaryInstitute/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents 06cd236 + 8e0e1c2 commit 0508f27

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Deploy branch is followed by Posit Connect
22
name: Update Requirements and Manifest on Deploy Branch
33

4+
permissions:
5+
contents: write
6+
47
on:
58
push:
69
branches:

0 commit comments

Comments
 (0)