Skip to content

Commit eba1e3e

Browse files
committed
chore(ci): fix perms in nodejs workflow
1 parent 924331a commit eba1e3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}
77
cancel-in-progress: true
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
test:
1114
env:

0 commit comments

Comments
 (0)