From 7a769f06f21761267dcfe9250d9441a343fd33c0 Mon Sep 17 00:00:00 2001 From: kb1000 Date: Sun, 2 Jun 2024 04:09:38 +0200 Subject: [PATCH] Remove unused GITHUB_TOKEN environment variable --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b1cfabc..d587bbe4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,8 +87,6 @@ jobs: - name: Update Windows nightly release uses: WebFreak001/deploy-nightly@v3.1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions with: upload_url: https://uploads.github.com/repos/OpenSRProject/OpenStarRuler/releases/35747870/assets{?name,label} release_id: 35747870 @@ -99,8 +97,6 @@ jobs: - name: Update Linux nightly release uses: WebFreak001/deploy-nightly@v3.1.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions with: upload_url: https://uploads.github.com/repos/OpenSRProject/OpenStarRuler/releases/35747870/assets{?name,label} release_id: 35747870