Skip to content

Commit

Permalink
Fix gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Munro authored May 10, 2023
1 parent 3cb5d68 commit 06e4f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Open pull request if needed
if: steps.changes.outputs.count > 0
env:
GITHUB_TOKEN: ${{ secrets.VER_BUMP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# Only open a PR if the branch is not attached to an existing one
run: |
PR=$(gh pr list --head auto-dependency-upgrades --json number -q '.[0].number')
Expand Down

0 comments on commit 06e4f4e

Please sign in to comment.