Skip to content

Commit

Permalink
fix missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Oct 2, 2024
1 parent 1b69894 commit d1ec739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
asset_path: ${{ env.TARBALL_PATH }}
asset_name: clboss-${{ github.event.release.tag_name }}.tar.gz
asset_content_type: application/gzip
github_access_token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit d1ec739

Please sign in to comment.