From e7ad3383ce4d523142d5d53a81bd4028a8983e48 Mon Sep 17 00:00:00 2001 From: zyr17 Date: Tue, 13 Feb 2024 19:15:32 +0800 Subject: [PATCH] update ci --- .github/workflows/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index dc9462c..41770a6 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -28,4 +28,4 @@ jobs: - name: update tag run: | cp .github/tag.js . - node tag.js ${{ secrets.GITHUB_TOKEN }} $GITHUB_REPOSITORY \ No newline at end of file + node tag.js ${{ secrets.ACCESS_TOKEN }} $GITHUB_REPOSITORY \ No newline at end of file