From bbaf925951543b94f59f634af52d28d1f1108262 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Fri, 15 Nov 2024 20:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17a587d..abede53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,13 +51,8 @@ jobs: run: | git add -f ok/ git commit --amend --no-edit --author="$(git log -1 --format='%an <%ae>')" - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Push to Coding.net - env: - CODING_USERNAME: ${{ secrets.CODING_USERNAME }} - CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }} run: | git remote add coding https://${{ secrets.CODING_USERNAME }}:${{ secrets.CODING_PASSWORD }}@e.coding.net/g-frfh1513/ok-wuthering-waves/ok-wuthering-waves.git git push coding --force @@ -66,8 +61,6 @@ jobs: run: | git remote add gitupdate https://${{ secrets.OK_GH }}@github.com/ok-oldking/ok-ww-update.git git push gitupdate --force - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Executable run: |