From 7606ac868e3afae722738c3f7d417313a8d531cc Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:39:52 -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 bb05b24e..5eea3d35 100644 --- a/.github/workflows/actions-versions-updater.yml +++ b/.github/workflows/actions-versions-updater.yml @@ -13,12 +13,12 @@ jobs: - uses: actions/checkout@v4.1.1 with: # This requires a personal access token with the privileges to push directly to `main` - 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'