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 }} ref: ${{ github.ref }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
env: env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Install Dependencies - name: Install Dependencies
run: | run: |
cd src cd src
@ -77,4 +77,4 @@ jobs:
publish: always publish: always
draft: true draft: true
prerelease: false prerelease: false
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GH_TOKEN }}

View File

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