Skip to content

Commit

Permalink
Upgrade to spec-prod@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 8, 2021
1 parent 84b910a commit 9412d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ on:
jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-latest # only linux supported at present
runs-on: ubuntu-20.04 # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v1 # use the action
- uses: w3c/spec-prod@v2 # use the action
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_MANIFEST_URL: "https://w3c.github.io/webrtc-svc/W3CTRMANIFEST"
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"
W3C_NOTIFICATIONS_CC: "dom@w3.org"
VALIDATE_LINKS: false
W3C_BUILD_OVERRIDE: |
specStatus: WD
shortName: webrtc-svc
26 changes: 0 additions & 26 deletions W3CTRMANIFEST

This file was deleted.

0 comments on commit 9412d07

Please sign in to comment.