From 30a2300fb3da0ac7061f9e7bbba523e851911f0c Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Sat, 29 Aug 2026 23:50:47 -0500 Subject: [PATCH] Follow the docs repo rename to titaniumsdk.com tidev/titanium-www is now tidev/titaniumsdk.com. GitHub redirects the old name so this is not currently broken, but a `uses:` pinned to a redirect is a dependency on a redirect. Does not touch the legacy titanium-docs dispatch, which is unaffected. --- .github/workflows/regen-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regen-docs.yml b/.github/workflows/regen-docs.yml index f32e646..76e2c71 100644 --- a/.github/workflows/regen-docs.yml +++ b/.github/workflows/regen-docs.yml @@ -48,7 +48,7 @@ jobs: # produce a failing run. The allowlist in titanium-www is the actual # boundary -- a fork's payload names the fork, which is not on it. if: github.event_name != 'pull_request' && github.repository_owner == 'tidev' - uses: tidev/titanium-www/.github/workflows/notify-api-docs.yml@main + uses: tidev/titaniumsdk.com/.github/workflows/notify-api-docs.yml@main secrets: dispatch-token: ${{ secrets.REGEN_DOCS_GITHUB_TOKEN }}