Skip to content

Commit

Permalink
ci: use DOWNSTREAM_WORKFLOW_ID_V2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Nov 22, 2024
1 parent 6d4500f commit bec7b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
const result = await github.rest.actions.createWorkflowDispatch({
owner: '${{ secrets.DOWNSTREAM_OWNER }}',
repo: '${{ secrets.DOWNSTREAM_REPO_V2 }}',
workflow_id: '${{ secrets.DOWNSTREAM_WORKFLOW_ID }}',
workflow_id: '${{ secrets.DOWNSTREAM_WORKFLOW_ID_V2 }}',
ref: 'main',
inputs: {
sha: SHA,
Expand Down

0 comments on commit bec7b09

Please sign in to comment.