We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff076a5 commit 67b6301Copy full SHA for 67b6301
.github/workflows/publish_release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Authenticate gh with PAT
71
run: |
72
- echo "${{ secrets.MERGE_PAT }}" | gh auth login --with-token
+ echo "${{ secrets.PAT_MICHEL }}" | gh auth login --with-token
73
74
75
- name: Merge PR as PAT user
0 commit comments