fix: authenticate gh CLI in workflow sync

This commit is contained in:
Julio Estrada
2025-11-20 14:47:47 -05:00
parent 66401ab4d7
commit 63c75d241a

View File

@@ -63,10 +63,12 @@ jobs:
env:
GH_TOKEN: ${{ secrets.WEBSITE_V2_PAT }}
run: |
echo "$GH_TOKEN" | gh auth login --with-token
gh workflow run ui-release.yml --repo boostorg/website-v2-docs --ref develop
- name: Trigger website-v2-docs publish workflow
if: success()
env:
GH_TOKEN: ${{ secrets.WEBSITE_V2_PAT }}
run: |
echo "$GH_TOKEN" | gh auth login --with-token
gh workflow run publish.yml --repo boostorg/website-v2-docs --ref develop