Update keep-workflow-packages-up-to-date.yml

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-09-15 07:13:56 +01:00
committed by GitHub
parent 3208a7f6cc
commit 5071df71ff

View File

@@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4.1.7 - uses: actions/checkout@v4.1.7
with: with:
# [Required] Access token with `workflow` scope. # [Required] Access token with `workflow` scope.
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GIT_BOT_TOKEN }}
- name: Run GitHub Actions Version Updater - name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1 uses: saadmk11/github-actions-version-updater@v0.8.1
with: with:
# [Required] Access token with `workflow` scope. # [Required] Access token with `workflow` scope.
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GIT_BOT_TOKEN }}