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.
1 parent 60d07d9 commit d31ca32Copy full SHA for d31ca32
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v3
21
with:
22
fetch-depth: 0
23
- token: ${{ secrets.GITHUB_TOKEN_PARAM }}
+ token: ${{ secrets.GH_TOKEN }}
24
25
- name: Setting up ${{ matrix.node-version }}
26
uses: actions/setup-node@v3
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
- name: Setting up Node.js
19
0 commit comments