Skip to content

Commit

Permalink
ci: use correct token name to fix the workflow updater workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed May 31, 2024
1 parent dc7019c commit d8ad16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- uses: actions/checkout@v2
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
token: ${{ secrets.WORKFLOW_UPDATER_SECRET }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.8.1
# Required to get the PR number
id: gha-update
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
token: ${{ secrets.WORKFLOW_UPDATER_SECRET }}
skip_pull_request: "false"
- name: Get PR Number
run:
Expand Down

0 comments on commit d8ad16b

Please sign in to comment.