From 777a92232da292196c97e69ca3e15258b3d99a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:43:14 +0800 Subject: [PATCH] Update token --- .github/workflows/action-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-check.yml b/.github/workflows/action-check.yml index 2213297e..4adc354e 100644 --- a/.github/workflows/action-check.yml +++ b/.github/workflows/action-check.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v4.1.1 with: - token: ${{ secrets.WORKFLOW_SECRET }} + token: ${{ secrets.GH_TOKEN }} - name: Run GitHub Actions Version Updater uses: saadmk11/github-actions-version-updater@v0.8.1 with: - token: ${{ secrets.WORKFLOW_SECRET }} + token: ${{ secrets.GH_TOKEN }} ignore: 'dtolnay/rust-toolchain@stable' \ No newline at end of file