From 9e606d8dc03660d015fc3c3e8101371790cdc4b5 Mon Sep 17 00:00:00 2001 From: Karan Gauswami Date: Sun, 23 Jun 2024 17:34:06 +0530 Subject: [PATCH] Update publish.yml Signed-off-by: Karan Gauswami --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 07f60ef..6340491 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,7 +45,7 @@ jobs: - name: Upload binaries to release uses: svenstaro/upload-release-action@v1-release with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.TOKEN_FOR_RELEASE }} file: target/release/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} tag: ${{ github.ref }}