From fa2de7b10ea541b29ca6060c73e15102d018c3ee Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 16 Dec 2023 18:34:32 +0800 Subject: [PATCH] ci: use automatic token authentication --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 73c506b..e97e6c3 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -71,7 +71,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: ${{ github.ref_name }} - token: ${{ secrets.workflow_token }} + token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true replacesArtifacts: true artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"