From a713e7ddd836b6789848abd669cc3a7b45bfade9 Mon Sep 17 00:00:00 2001 From: leafus Date: Sun, 29 Sep 2024 04:16:34 +0200 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index fc74a15..43f646b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -58,8 +58,8 @@ jobs: draft: false prerelease: false env: - GITEA_TOKEN: ${{ secrets.GITEA_GL_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITEA_GL_TOKEN }} + GITEA_TOKEN: ${{ secrets.GL_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GL_TOKEN }} - name: Save release URL run: echo "upload_url=${{ steps.create_release.outputs.upload_url }}" >> $GITHUB_ENV