Skip to content

Commit

Permalink
ci: improve OpenAPI sync action syntax
Browse files Browse the repository at this point in the history
This commit improve the OpenAPI sync action syntax.
  • Loading branch information
rickstaa committed Jul 20, 2024
1 parent e7d194b commit 50c8009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trigger-upstream-openapi-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_TRIGGER_PAT }}
repository: rickstaa/docs
repository: livepeer/docs
event-type: update-ai-openapi
client-payload: '{"sha": "${{ github.sha }}"}'

- name: Trigger docs AI OpenAPI spec update
- name: Trigger SDK generation
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.SDKS_TRIGGER_PAT }}
Expand Down

0 comments on commit 50c8009

Please sign in to comment.