Skip to content

Commit

Permalink
Add trigger to glue when workflow is complete
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 2, 2024
1 parent 346c687 commit 4a6b92b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ jobs:
app_name: grafana
helm_chart: "./helm/pub-metrics-grafana"
helm_values: "./helm/values.yaml"

- name: Trigger downstream workflows
run: |
curl -s -XPOST -H "Authorization: Bearer ${{ env.JWT_TOKEN }}" ${{ secrets.GLUE_API_URL }}/api/v1/pub-metrics-grafana/trigger

0 comments on commit 4a6b92b

Please sign in to comment.