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 2e52d55 + 4c1a481 commit eb2e1fbCopy full SHA for eb2e1fb
.github/workflows/nodejs.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-22.04
12
+ permissions:
13
+ contents: read
14
steps:
15
- uses: actions/checkout@v2
16
- name: Use Node.js 12.x
.github/workflows/publish.yml
@@ -7,6 +7,8 @@ on:
7
8
publish-npm:
runs-on: ubuntu-latest
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
0 commit comments