sync local-candidate url definition with webrtc-pc #287
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate and Auto Publish | |
on: | |
push: | |
paths: webrtc-stats.html | |
branches: | |
- main | |
pull_request: {} | |
jobs: | |
validate-and-publish: | |
name: Validate and Publish | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: w3c/spec-prod@v2 # use the action | |
with: | |
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
# Please use the URL that's appropriate for your working group! | |
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html" | |
W3C_NOTIFICATIONS_CC: "[email protected]" | |
SOURCE: webrtc-stats.html | |
TOOLCHAIN: respec | |
VALIDATE_LINKS: false | |
W3C_BUILD_OVERRIDE: | | |
shortName: webrtc-stats | |
specStatus: CRD |