From 791a1dfdcfaa003c97a8a478cd153268049f8931 Mon Sep 17 00:00:00 2001 From: cipchk Date: Fri, 29 Dec 2023 20:07:47 +0800 Subject: [PATCH] ci: fix token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 242d1e515a..024605d7ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: run: node ./scripts/github/comment.js "[Preview Preparing...](https://github.com/ng-alain/delon/actions/runs/${{ github.run_id }})" env: ACCESS_REPO: ${{ github.repository }} - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + ACCESS_TOKEN: ${{ github.token }} PR_NUMBER: ${{ steps.findPr.outputs.pr }} - name: Build artifacts run: ./scripts/ci/build-artifacts.sh