Skip to content

Commit

Permalink
Fix a few more cases of an old GITHUB_TOKEN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Jun 2, 2023
1 parent 486f0b1 commit 11d40df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
- name: "Upload release asset"
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GitHubToken }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_content_type: application/zip
asset_name: ${{ steps.get_release_info.outputs.file_name }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: "Upload release asset"
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GitHubToken }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_content_type: application/zip
asset_name: ${{ steps.get_release_info.outputs.file_name }}
Expand Down

0 comments on commit 11d40df

Please sign in to comment.