From d01c5ae9af3528dc8c514bd671ba1b47545049bd Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Wed, 25 Feb 2026 22:12:33 +0000 Subject: [PATCH] Trigger website build after release --- .github/workflows/release.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d98a64c..187e479 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -184,12 +184,10 @@ jobs: --generate-notes \ playground-htdocs.tar.gz - # TODO: Uncomment this when topiary/website and the PAT exist - # - name: Trigger website build - # env: - # # TODO Create a PAT with repo scope - # GH_TOKEN: ${{ secrets.DISPATCH_PAT }} - # run: | - # gh api \ - # repos/topiary/website/dispatches \ - # -f event_type='dependency-update' \ + - name: Trigger website build + env: + GH_TOKEN: ${{ secrets.WWW_DISPATCH_PAT }} + run: | + gh api \ + repos/topiary/www/dispatches \ + -f event_type='dependency-update' \