Skip to content

Commit

Permalink
Update actions-versions-updater.yml (#1546)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Changes the token used to push changes from a repository-held token to
an organizational-held one

### Does this PR introduce a breaking change?

No.

### Other information:

This makes it so that I don't need to manage one token per repo, which
is nice.
  • Loading branch information
Zeitsperre authored Dec 1, 2023
2 parents 2bf5c3e + 5588b57 commit b00ef41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions-versions-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
token: ${{ secrets.BUMPVERSION_TOKEN }}
persist-credentials: true
- name: Run GitHub Actions Version Updater
uses: saadmk11/[email protected]
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'
Expand Down

0 comments on commit b00ef41

Please sign in to comment.