From 7afc9fe70a1993941cb945bc095caab6048c7e08 Mon Sep 17 00:00:00 2001 From: LWJerri Date: Sun, 14 Jan 2024 22:35:19 +0100 Subject: [PATCH] Change env to GH_TOKEN due https://github.com/github/docs/issues/12094 --- .github/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index f617cf8..13a0f4a 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -29,7 +29,7 @@ jobs: - name: Build and publish with Tauri uses: tauri-apps/tauri-action@v0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} with: releaseName: "FindID v__VERSION__" releaseDraft: true