From 2306fdf46f634e011c8e1f85fd9f5ed5e7d4a3c0 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 1 May 2024 09:01:18 +0000 Subject: [PATCH] update --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: