Skip to content

Commit

Permalink
Remove unused GITHUB_TOKEN environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Jun 2, 2024
1 parent 7362a09 commit 7a769f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7a769f0

Please sign in to comment.