Skip to content

Commit

Permalink
try same token as build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent b7c9283 commit d595541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
asset_name: clboss-${{ github.event.release.tag_name }}.tar.gz
asset_content_type: application/gzip
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload .zip release asset
uses: actions/upload-release-asset@v1
Expand All @@ -72,4 +72,4 @@ jobs:
asset_name: clboss-${{ github.event.release.tag_name }}.zip
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d595541

Please sign in to comment.