From a073a033913646d945a2b57d9752f06058f844d9 Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 16 Dec 2023 18:34:24 +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 411f6b2..ae90b5f 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -67,7 +67,7 @@ jobs: - name: Upload packages uses: ncipollo/release-action@v1 with: - token: ${{ secrets.workflow_token }} + token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true replacesArtifacts: true artifacts: "bin/packages/${{ matrix.arch }}/packages_ci/*.ipk"