Skip to content

Commit

Permalink
Switch to new trigger path
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Apr 20, 2024
1 parent e11625c commit be2c5bf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,4 @@ jobs:
json_data: '{"release_version":"${{ env.RELEASE_TAG }}"}'
glue_url: ${{ secrets.GLUE_API_URL }}
glue_project: "chia-exporter"
glue_path: "${{ github.sha }}/start"

- uses: Chia-Network/actions/github/glue@main
if: env.FULL_RELEASE == 'true'
with:
json_data: '{"release_version":"${{ env.RELEASE_TAG }}"}'
glue_url: ${{ secrets.GLUE_API_URL }}
glue_project: "chia-exporter"
glue_path: "${{ github.sha }}/success/deploy"
glue_path: "trigger"

0 comments on commit be2c5bf

Please sign in to comment.