From c8bb08343ec258bd4d1636dc4fb1cfd6e9376c0c Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Tue, 24 Oct 2023 23:05:37 +0200 Subject: [PATCH] feat: Renamed Github to Gitea --- .gitea/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__'