From fdf3bf2215a82771a467f0abb5c015cce6594b7c Mon Sep 17 00:00:00 2001 From: CRGBS <32331418+CRGBS@users.noreply.github.com> Date: Sun, 23 Apr 2023 11:51:32 +0800 Subject: [PATCH] Update build_main.yml --- .github/workflows/build_main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_main.yml b/.github/workflows/build_main.yml index b8bb6b5..5de5708 100644 --- a/.github/workflows/build_main.yml +++ b/.github/workflows/build_main.yml @@ -39,7 +39,7 @@ jobs: id: create_release uses: actions/create-release@v1.0.1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BUILDSC }} with: tag_name: v1.0 release_name: Release v1.0 @@ -51,7 +51,7 @@ jobs: - name: Upload exe uses: actions/upload-release-asset@v1.0.2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.BUILDSC }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./dist/main.exe