Skip to content

Commit

Permalink
Merge pull request #195 from t-yng/fix/release-ci-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
t-yng authored Oct 14, 2023
2 parents a512a49 + 454bae7 commit c80d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit c80d45d

Please sign in to comment.