Skip to content

Commit

Permalink
chore: trigger releases from auto PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Aug 30, 2024
1 parent 3e7406d commit 1246d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
if: steps.pull-request.outputs.pull-request-operation == 'created'
run: gh pr merge --squash --auto "${{ steps.pull-request.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

- name: Approve
if: steps.pull-request.outputs.pull-request-operation == 'created'
Expand Down

0 comments on commit 1246d6d

Please sign in to comment.