Adding GH_TOKEN

This commit is contained in:
Thomas Roque 2023-05-01 15:29:38 +02:00
parent d8d0344191
commit b9a5a81aa4
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -33,6 +33,6 @@ jobs:
- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run dist
shell: bash