Skip to content

Commit a438c32

Browse files
authored
Merge pull request #357 from w3c/refresh-autopublish
The spec-prod action needs a couple of additional parameters that weren't set.
2 parents b91aa5f + d4468d4 commit a438c32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
TOOLCHAIN: bikeshed
6161
GH_PAGES_BRANCH: gh-pages
6262
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_APPLICATION }}
63+
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html
64+
W3C_BUILD_OVERRIDE: |
65+
status: WD
6366
6467
- name: Generate network_messages.html
6568
run: python scripts/pygmentize_dir.py
@@ -71,3 +74,6 @@ jobs:
7174
TOOLCHAIN: bikeshed
7275
GH_PAGES_BRANCH: gh-pages
7376
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_NETWORK }}
77+
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-secondscreen/2022Apr/0007.html
78+
W3C_BUILD_OVERRIDE: |
79+
status: WD

0 commit comments

Comments
 (0)