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 - name: Build
env: env:
GH_TOKEN: ${{ secrets.GITEA_TOKEN }} GH_TOKEN: ${{ secrets.REPO_TOKEN }}
run: npm run dist run: npm run dist
shell: bash shell: bash

View File

@@ -48,6 +48,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://git.fosil.eu/oier/PatataLauncher.git" "url": "git@git.fosil.eu:oier/PatataLauncher.git"
} }
} }