Skip to content

Commit

Permalink
Merge pull request #1263 from bcgov/i5okie/workflow-fix
Browse files Browse the repository at this point in the history
[fix] Fix workflow action
  • Loading branch information
i5okie authored Jul 19, 2024
2 parents 32523b1 + 4208e2a commit 1e72c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Trigger ArgoCD Sync of bc0192-test-traction
uses: OpsVerseIO/[email protected]
with:
address: https://gitops-shared.apps.silver.devops.gov.bc.ca
address: gitops-shared.apps.silver.devops.gov.bc.ca
token: ${{ secrets.DITP_GITOPS_ARGO_SECRET}}
action: sync
appName: "bc0192-test-traction"
2 changes: 1 addition & 1 deletion .github/workflows/on_push_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
uses: OpsVerseIO/[email protected]
if: needs.check_helm_changes.outputs.helm_changed != 'true' && steps.workflow-trigger.outputs.conclusion == 'success'
with:
address: https://gitops-shared.apps.silver.devops.gov.bc.ca
address: gitops-shared.apps.silver.devops.gov.bc.ca
token: ${{ secrets.DITP_GITOPS_ARGO_SECRET}}
action: sync
appName: "bc0192-dev-traction"
Expand Down

0 comments on commit 1e72c9c

Please sign in to comment.