diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index ff21fc0..41bf121 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -31,7 +31,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 working-directory: ./toos-dashboard env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} with: tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version releaseName: 'App v__VERSION__'