Skip to content

Commit

Permalink
ci: Fix v1 docs update trigger (#10208)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jul 5, 2024
1 parent 0a00375 commit 986b52f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,9 @@ jobs:
if: |
steps.covector.outputs.successfulPublish == 'true' &&
steps.covector.outputs.packagesPublished != ''
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.ORG_TAURI_BOT_PAT }}
repository: tauri-apps/tauri-docs
event-type: update-docs
run: gh workflow run 18856068 -r v1 -R tauri-apps/tauri-docs
env:
GITHUB_TOKEN: ${{ secrets.ORG_TAURI_BOT_PAT }}

- name: Trigger `@tauri-apps/cli` publishing workflow
if: |
Expand Down

0 comments on commit 986b52f

Please sign in to comment.