From 785af92e01154859dc552f69c2a8ba62aff61d80 Mon Sep 17 00:00:00 2001 From: tree Date: Fri, 24 Feb 2023 08:26:35 +0100 Subject: [PATCH] Update deploy --- .github/workflows/deploy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f468a1..763de54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -84,4 +84,11 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1 - \ No newline at end of file + trigger_explore_rebuild: + needs: [deploy] + runs-on: ubuntu-latest + environment: + name: remote-triggers + steps: + - run: | + curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/utxo-foundation/pbw-explore/dispatches --data '{"event_type": "build_app"}' \ No newline at end of file