token
Some checks failed
Build / release (macos-latest) (push) Failing after 53s
Build / release (ubuntu-latest) (push) Failing after 54s
Build / release (windows-latest) (push) Failing after 51s

This commit is contained in:
2024-09-14 17:33:48 +02:00
parent 361736f6aa
commit 3206703ca1
2 changed files with 2 additions and 2 deletions

View File

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