From 0dbd326b624b746ab4b710142d8ee7de76618213 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:43:02 -0500 Subject: [PATCH] Update actions-versions-updater.yml --- .github/workflows/actions-versions-updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions-versions-updater.yml b/.github/workflows/actions-versions-updater.yml index 9b337f374..45a2a02ae 100644 --- a/.github/workflows/actions-versions-updater.yml +++ b/.github/workflows/actions-versions-updater.yml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/checkout@v4.1.1 with: - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ secrets.BUMPVERSION_TOKEN }} persist-credentials: true - name: Run GitHub Actions Version Updater uses: saadmk11/github-actions-version-updater@v0.8.1 with: - token: ${{ secrets.WORKFLOW_TOKEN }} + token: ${{ secrets.BUMPVERSION_TOKEN }} committer_email: 'bumpversion[bot]@ouranos.ca' committer_username: 'update-github-actions[bot]' pull_request_title: '[bot] Update GitHub Action Versions'