Skip to content

Commit 7281cb1

Browse files
authored
Merge pull request #196 from Banno/workflow-permissions
chore(gh-actions): add workflow permissions
2 parents 4a8721a + cff0338 commit 7281cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
test:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1719
steps:
1820
- uses: actions/checkout@v4
1921
- name: run tests

0 commit comments

Comments
 (0)