From b6146f3a05669075252da4da602b8d2aeaced48e Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Tue, 26 Dec 2023 19:39:17 +0800 Subject: [PATCH] chore(ci): fix token issue --- .github/workflows/delete-ci-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/delete-ci-release.yml b/.github/workflows/delete-ci-release.yml index 63bbdf068..ff1a9ef82 100644 --- a/.github/workflows/delete-ci-release.yml +++ b/.github/workflows/delete-ci-release.yml @@ -20,3 +20,5 @@ jobs: with: keep_latest: 0 delete_tag_pattern: pr-${{ steps.get-pr-number.outputs.number }}-test-package + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}