From 5fd9e648bf2d3b1391cd1f07fe5e22088a44d32a Mon Sep 17 00:00:00 2001 From: Qsaker Date: Thu, 23 Nov 2023 00:28:20 +0800 Subject: [PATCH] chore: update the files --- .github/workflows/update-continuous-tag.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-continuous-tag.yml b/.github/workflows/update-continuous-tag.yml index 65f7d764f..d61918984 100644 --- a/.github/workflows/update-continuous-tag.yml +++ b/.github/workflows/update-continuous-tag.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 + with: + token: ${{ secrets.SAK_ACTIONS_SECRETS }} - name: Update continuous tag env: GH_TOKEN: ${{ secrets.SAK_ACTIONS_SECRETS }}