Skip to content

Commit

Permalink
Fix ocktokit rest
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Nov 15, 2024
1 parent 58fa272 commit 0f9004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-connectors-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
github-token: ${{ steps.generate-token.outputs.token }}
script: |
await github.rest.repos.createWorkflowDispatch({
await github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: 'dust-infra',
event_type: 'trigger-component-deploy',
Expand Down

0 comments on commit 0f9004a

Please sign in to comment.