We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31418f6 commit 15eb918Copy full SHA for 15eb918
.github/workflows/w3c-publish.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Publish all specs to their https://www.w3.org/TR/ URLs
46
run: cd document && make -e WD-echidna-CI
47
env:
48
- W3C_STATUS: ${{ github.event_name == 'push' && 'CRD' || inputs.w3c-status }}
+ W3C_STATUS: ${{ github.event_name == 'push' && 'WD' || inputs.w3c-status }}
49
W3C_ECHIDNA_TOKEN_CORE: ${{ secrets.W3C_ECHIDNA_TOKEN_CORE }}
50
W3C_ECHIDNA_TOKEN_JSAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_JSAPI }}
51
W3C_ECHIDNA_TOKEN_WEBAPI: ${{ secrets.W3C_ECHIDNA_TOKEN_WEBAPI }}
0 commit comments