Skip to content

Commit d46b642

Browse files
authored
Merge pull request #4 from earlution/alert-autofix-5
Potential fix for code scanning alert no. 5: Workflow does not contain permissions
2 parents 2cb6a1c + a1a6a27 commit d46b642

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/osf-upload.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
repository_dispatch:
77
types: [paper-revised, generate-radar, upload-asset]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
generate-and-upload:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)