Skip to content

Commit f04a098

Browse files
authored
Merge pull request #128 from donatj/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
2 parents d2029d0 + 897dd4f commit f04a098

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
name: Node.js CI
55

6+
permissions:
7+
contents: read
8+
statuses: write
9+
610
on: [ push, pull_request ]
711

812
jobs:

0 commit comments

Comments
 (0)