This commit is contained in:
tree 2023-03-20 01:00:01 +01:00
rodič bf19032416
revize 4f36b18f05
1 změnil soubory, kde provedl 15 přidání a 0 odebrání

Zobrazit soubor

@ -39,3 +39,18 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
trigger_explore_rebuild:
needs: [deploy]
runs-on: ubuntu-latest
environment:
name: remote-triggers
steps:
- run: |
curl \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{secrets.PAT_TOKEN}}"\
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/utxo-foundation/utxo23-web/actions/workflows/gh-pages.yml/dispatches \
-d '{"ref":"main"}'