Skip to content

Commit fdb7af8

Browse files
authored
Merge pull request #138 from Fdawgs/patch-1
ci(node.js): update workflow
2 parents 40f3646 + 75657d4 commit fdb7af8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
build:
1313

14+
permissions:
15+
contents: read
16+
1417
runs-on: ${{ matrix.os }}
1518

1619
strategy:
@@ -20,6 +23,8 @@ jobs:
2023

2124
steps:
2225
- uses: actions/checkout@v4
26+
with:
27+
persist-credentials: false
2328
- name: Use Node.js ${{ matrix.node-version }}
2429
uses: actions/setup-node@v4
2530
with:

0 commit comments

Comments
 (0)