From 15eb918814c0341da9c41501f3ea5d33c1e79b6f Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Mon, 30 Sep 2024 10:28:18 -0700 Subject: [PATCH] Revert "Update W3C TR build from WD to CRD (#1797)" (#1813) This reverts commit 50429509db9a1cd0f71f8a8b93ded37e4720d4a9. There is will allow publishing more WD builds until the CR transition finishes. --- .github/workflows/w3c-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/w3c-publish.yml b/.github/workflows/w3c-publish.yml index cd43f17a33..a47b1211c0 100644 --- a/.github/workflows/w3c-publish.yml +++ b/.github/workflows/w3c-publish.yml @@ -45,7 +45,7 @@ jobs: - name: Publish all specs to their https://www.w3.org/TR/ URLs run: cd document && make -e WD-echidna-CI env: - W3C_STATUS: ${{ github.event_name == 'push' && 'CRD' || inputs.w3c-status }} + W3C_STATUS: ${{ github.event_name == 'push' && 'WD' || inputs.w3c-status }} W3C_ECHIDNA_TOKEN_CORE: ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }} W3C_ECHIDNA_TOKEN_JSAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }} W3C_ECHIDNA_TOKEN_WEBAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_WEBAPI }}