Skip to content

Commit

Permalink
Document test updates associated with amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 15, 2023
1 parent f374868 commit c7f444d
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 3 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/rec-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Validate and Auto Publish

on:
pull_request: {}
workflow_dispatch:

jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-20.04 # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2 # use the action
with:
#W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
W3C_NOTIFICATIONS_CC: "[email protected]"
VALIDATE_LINKS: false
SOURCE: webrtc.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_BUILD_OVERRIDE: |
shortName: webrtc
specStatus: REC
Loading

0 comments on commit c7f444d

Please sign in to comment.