From 9dddc7ee13470b0dd2e19fc38721bcad45907770 Mon Sep 17 00:00:00 2001 From: LibraHp_0928 <99940665+LibraHp@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:51:26 +0800 Subject: [PATCH] Update build-and-release.yml --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index e6a93ef..2c0d4d9 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -150,7 +150,7 @@ jobs: run: | gh release delete ${{ env.LATEST_RELEASE_TAG }} --cleanup-tag -y || true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }} - name: Create Release and Upload Assets uses: softprops/action-gh-release@v2 @@ -159,4 +159,4 @@ jobs: body: 'This release was created by GitHub Actions automatically. There is the latest version of GetQzonehistory.' files: './*.zip' env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DEPLOY_KEY }