mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
fix: authenticate gh CLI in workflow sync
This commit is contained in:
2
.github/workflows/sync-boostlook-css.yml
vendored
2
.github/workflows/sync-boostlook-css.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user