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'