Skip to content

Commit

Permalink
Merge pull request #114 from Chia-Network/glue
Browse files Browse the repository at this point in the history
Use Glue action to make requests to github-glue
  • Loading branch information
Starttoaster authored Sep 21, 2024
2 parents d823a1b + 7947f0d commit 79e9ee1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@ jobs:
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
uses: Chia-Network/actions/github/glue@main
with:
glue_url: ${{ secrets.GLUE_API_URL }}
glue_project: "pub-metrics-grafana"
glue_path: "trigger"

0 comments on commit 79e9ee1

Please sign in to comment.