From 70aee719553be6faa43307c926413bf942d9dbbb Mon Sep 17 00:00:00 2001 From: Ryo Kitagawa Date: Sat, 14 Dec 2024 16:13:10 +0900 Subject: [PATCH] fix: release github workflows setting --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8c1d69d..d71659f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,6 +79,6 @@ jobs: - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secrets.ACCESS_TOKEN }} + repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./build/${{ matrix.asset_name }}.zip tag: ${{ github.ref }}