Skip to content

Commit

Permalink
ci: workflow change
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Jun 24, 2024
1 parent e726613 commit bd5f70d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
echo "Image Digest: ${{ steps.docker_build.outputs.digest }}"
- name: Trigger Deployment
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
# Set the required variables
repo_owner="AmbossTech"
repo_name="amboss-banco-ci"
event_type="trigger-workflow"
gh workflow -R $repo_owner/$repo_name run deploy-banco-prod.yaml -f tag= ${{ steps.prep.outputs.shortref }}
gh workflow -R $repo_owner/$repo_name run deploy-banco-prod.yaml -f tag=${{ steps.prep.outputs.shortref }}

0 comments on commit bd5f70d

Please sign in to comment.