Skip to content

Commit 67b6301

Browse files
Update authentication token in publish_release.yml
1 parent ff076a5 commit 67b6301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Authenticate gh with PAT
7171
run: |
72-
echo "${{ secrets.MERGE_PAT }}" | gh auth login --with-token
72+
echo "${{ secrets.PAT_MICHEL }}" | gh auth login --with-token
7373
7474
7575
- name: Merge PR as PAT user

0 commit comments

Comments
 (0)