Update authentication token in publish_release.yml

This commit is contained in:
Michel Roegl-Brunner
2025-10-07 11:20:16 +02:00
committed by GitHub
parent ff076a5a40
commit 67b63019ab

View File

@@ -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