Skip to content

Commit

Permalink
Merge pull request #2070 from betterscientificsoftware/bernhold-patch-5
Browse files Browse the repository at this point in the history
Update hpcbp-event-pr.yml
  • Loading branch information
bernhold authored Apr 3, 2024
2 parents 54df27e + 01355a1 commit 2f39583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hpcbp-event-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Merge PR
if: ${{ steps.cpr.outputs.pull-request-number }}
env:
GH_TOKEN: ${{ PR_MERGE_PAT }}
GH_TOKEN: ${{ secrets.PR_MERGE_PAT }}
run: |
gh pr merge ${{ steps.cpr.outputs.pull-request-number }} --merge --auto --body "Automatically merging script-generated event"

0 comments on commit 2f39583

Please sign in to comment.