From 87f13153c196080ca535c24f771d52eb4e6aaf8d Mon Sep 17 00:00:00 2001 From: anlyyao Date: Thu, 23 May 2024 10:28:20 +0800 Subject: [PATCH] ci: update tag-push.yml --- .github/workflows/tag-push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag-push.yml b/.github/workflows/tag-push.yml index 218f3702..c6bca871 100644 --- a/.github/workflows/tag-push.yml +++ b/.github/workflows/tag-push.yml @@ -10,4 +10,5 @@ jobs: uses: Tencent/tdesign/.github/workflows/publish.yml@main secrets: TDESIGN_SURGE_TOKEN: ${{ secrets.TDESIGN_SURGE_TOKEN }} - TDESIGN_NPM_TOKEN: ${{ secrets.TDESIGN_NPM_TOKEN }} \ No newline at end of file + TDESIGN_NPM_TOKEN: ${{ secrets.TDESIGN_NPM_TOKEN }} + PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}