replace gh token with personal access token (#53)

This commit is contained in:
Julio C. Estrada
2024-11-26 06:51:15 -05:00
committed by GitHub
parent c979b040a7
commit 1b1d71001a

View File

@@ -61,12 +61,12 @@ jobs:
- name: Trigger website-v2-docs ui-release workflow
if: success()
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.WEBSITE_V2_PAT }}
run: |
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.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.WEBSITE_V2_PAT }}
run: |
gh workflow run publish.yml --repo boostorg/website-v2-docs --ref develop