We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c490695 + 249ec26 commit 2693c2dCopy full SHA for 2693c2d
.github/workflows/nodejs.yml
@@ -3,6 +3,8 @@ on: [push]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
6
+ permissions:
7
+ contents: read
8
steps:
9
- uses: actions/checkout@v4
10
- name: Use Node.js
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
publish-npm:
11
12
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
0 commit comments