mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
replace gh token with personal access token (#53)
This commit is contained in:
4
.github/workflows/sync-boostlook-css.yml
vendored
4
.github/workflows/sync-boostlook-css.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user