Editing secret

This commit is contained in:
Thomas Roque 2023-05-01 16:00:22 +02:00
parent 820061bd1d
commit f8478f06ab

View File

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