Adding GH_TOKEN
This commit is contained in:
parent
d8d0344191
commit
b9a5a81aa4
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
ref: ${{ github.ref }}
|
||||
repository: ${{ github.repository }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
cd src
|
||||
@ -77,4 +77,4 @@ jobs:
|
||||
publish: always
|
||||
draft: true
|
||||
prerelease: false
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GH_TOKEN }}
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -33,6 +33,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
run: npm run dist
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user