Skip to content

Commit

Permalink
fix github token
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedesaxe committed Jul 17, 2024
1 parent 406bddb commit 1a03ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ jobs:
- name: Archive binary
run: tar -czvf templ-css-sort.tar.gz templ-css-sort

- name: Debug Token
run: echo "GITHUB_TOKEN is set"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./templ-css-sort.tar.gz
asset_name: templ-css-sort.tar.gz
asset_content_type: application/gzip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1a03ecb

Please sign in to comment.