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 166b4f7 + 6a1a8d3 commit 1457c7aCopy full SHA for 1457c7a
.github/workflows/nodejs.yml
@@ -4,6 +4,8 @@ on: push
4
jobs:
5
build:
6
runs-on: ubuntu-latest
7
+ permissions:
8
+ contents: read
9
steps:
10
- uses: actions/checkout@v2
11
- name: Use Node.js 18.x
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
publish-npm:
12
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
0 commit comments