From c1d287bfe6c4b4d6d3aadd69a8e2f5f9ed567d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Mon, 22 Nov 2021 17:59:07 +1100 Subject: [PATCH 1/2] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 2bbaf4c..298bc8e 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -12,10 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: w3c/spec-prod@v2 + - uses: w3c/spec-prod@pubrules with: + W3C_API_KEY: ${{ secrets.W3C_API_KEY }} W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" W3C_NOTIFICATIONS_CC: ${{ secrets.CC }} + VALIDATE_PUBRULES: true W3C_BUILD_OVERRIDE: | specStatus: WD From 164e59e9f39354080081f277e854ede99be8590c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Mon, 22 Nov 2021 18:03:27 +1100 Subject: [PATCH 2/2] Update auto-publish.yml --- .github/workflows/auto-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 298bc8e..adb0469 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -12,12 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: w3c/spec-prod@pubrules + - uses: w3c/spec-prod@v2 with: + # Don't copy this... it's experimental! + VALIDATE_PUBRULES: true W3C_API_KEY: ${{ secrets.W3C_API_KEY }} W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" W3C_NOTIFICATIONS_CC: ${{ secrets.CC }} - VALIDATE_PUBRULES: true W3C_BUILD_OVERRIDE: | specStatus: WD