feat: Renamend secret to custom token
Some checks failed
publish / publish-tauri (ubuntu-20.04) (push) Failing after 3m58s

This commit is contained in:
Xeovalyte 2023-10-24 23:13:37 +02:00
parent c8bb08343e
commit 81edabee6e

View File

@ -31,7 +31,7 @@ jobs:
- uses: tauri-apps/tauri-action@v0
working-directory: ./toos-dashboard
env:
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'App v__VERSION__'