diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ee1f3cb..3caf0d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -55,7 +55,6 @@ jobs: Description of the release draft: false prerelease: false - token: ${{ secrets.GITHUB_TOKEN }} - name: Upload Release Asset id: upload-release-asset @@ -65,6 +64,7 @@ jobs: asset_path: ./bin/backtrace-${{ matrix.goos }}-${{ matrix.goarch }} asset_name: backtrace-${{ matrix.goos }}-${{ matrix.goarch }} asset_content_type: application/octet-stream + token: ${{ secrets.GITHUB_TOKEN }} strategy: matrix: