Skip to content

Commit cc6ad32

Browse files
committed
Add explicit permissions for nodejs action
1 parent 74b0088 commit cc6ad32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Node CI
22

33
on: [push, pull_request]
4+
5+
permissions:
6+
contents: read
7+
48
jobs:
59
build:
610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)