Skip to content

Commit

Permalink
Fix: pull in newer version of trigger-argo-workflow action (#1075)
Browse files Browse the repository at this point in the history
The current version is failing because it's talking to the wrong vault
instance. The new version is the same one that has been verified to work
elsewhere.

Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem authored Nov 27, 2024
1 parent 2f45a14 commit efb5c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ jobs:
go-version-file: ./go.mod

- name: Trigger argo workflow
uses: grafana/shared-workflows/actions/trigger-argo-workflow@7d18a46aafb8b875ed76a0bc98852d74b91e7f91 # v1.0.0
# trigger-argo-workflow hasn't been released yet, so we're using a
# commit hash to reference it that has no associated version.
uses: grafana/shared-workflows/actions/trigger-argo-workflow@c109200e75988e55efce6149e403fe8910b8eda1
with:
namespace: synthetic-monitoring-cd
workflow_template: deploy-${{ needs.preflight.outputs.repo_name }}
Expand Down

0 comments on commit efb5c44

Please sign in to comment.