Skip to content

Commit

Permalink
Add token
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Feb 24, 2024
1 parent 5c3f191 commit 62289c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
tag_name: ${{ github.run_number }}
release_name: Release ${{ github.ref_name }} (${{ github.run_number }})
body: |
- All binaries available in release notes
- Commits included:
${{ steps.get_commits.outputs.commits }}
draft: false
Expand Down Expand Up @@ -106,6 +107,6 @@ jobs:
- name: Upload release binaries
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./mediarizer2-darwin-amd64.app", "./mediarizer2-darwin-arm64.app", "./mediarizer2-linux-amd64.bin", "./mediarizer2-windows-amd64.exe"]'

0 comments on commit 62289c9

Please sign in to comment.