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-07-05 16:29:01 +00:00
committed by GitHub
parent 269cb443da
commit ae83ca38e3

View File

@@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v3
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
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.WORKFLOW_SECRET }}
token: ${{ secrets.GIT_BOT_TOKEN }}