Skip to content

Commit

Permalink
replace gh token with personal access token (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
julioest authored Nov 26, 2024
1 parent c979b04 commit 1b1d710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-boostlook-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b1d710

Please sign in to comment.