From 5071df71ff2d8261194e3a97975b7985145adc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Sun, 15 Sep 2024 07:13:56 +0100 Subject: [PATCH] Update keep-workflow-packages-up-to-date.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/keep-workflow-packages-up-to-date.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/keep-workflow-packages-up-to-date.yml b/.github/workflows/keep-workflow-packages-up-to-date.yml index 6c666eb..40f814f 100644 --- a/.github/workflows/keep-workflow-packages-up-to-date.yml +++ b/.github/workflows/keep-workflow-packages-up-to-date.yml @@ -15,10 +15,10 @@ jobs: - uses: actions/checkout@v4.1.7 with: # [Required] Access token with `workflow` scope. - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GIT_BOT_TOKEN }} - name: Run GitHub Actions Version Updater uses: saadmk11/github-actions-version-updater@v0.8.1 with: # [Required] Access token with `workflow` scope. - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GIT_BOT_TOKEN }}