From 62289c96cc10c7c7fa03d8ce7fcd2262edbdad54 Mon Sep 17 00:00:00 2001 From: Ioannis Tsiakkas Date: Sat, 24 Feb 2024 15:07:19 +0200 Subject: [PATCH] Add token --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index eda2d9e..d95183c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 @@ -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"]' \ No newline at end of file