Skip to content

Commit

Permalink
ci: Update workflow trigger for main zeta repo (#175)
Browse files Browse the repository at this point in the history
* ci: Update workflow trigger for main zeta repo

* ci: Add environment to zeta repo call

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
thelukewalton and github-actions authored Sep 10, 2024
1 parent 2bd38de commit dc0edd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
await github.rest.actions.createWorkflowDispatch({
owner: 'zebratechnologies',
repo: 'zeta',
workflow_id: 'deploy-prod.yml',
ref: 'main'
workflow_id: 'deploy.yml',
ref: 'main',
environment: 'stage',
})

0 comments on commit dc0edd6

Please sign in to comment.