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