Update authentication token in publish_release.yml
This commit is contained in:
committed by
GitHub
parent
ff076a5a40
commit
67b63019ab
2
.github/workflows/publish_release.yml
vendored
2
.github/workflows/publish_release.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Authenticate gh with PAT
|
- name: Authenticate gh with PAT
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.MERGE_PAT }}" | gh auth login --with-token
|
echo "${{ secrets.PAT_MICHEL }}" | gh auth login --with-token
|
||||||
|
|
||||||
|
|
||||||
- name: Merge PR as PAT user
|
- name: Merge PR as PAT user
|
||||||
|
|||||||
Reference in New Issue
Block a user