Skip to content

Commit

Permalink
Create auto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caribouW3 committed Jul 3, 2023
1 parent 2da152d commit c004102
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/auto-publish.yml
@@ -0,0 +1,24 @@
# Configuration options https://w3c.github.io/spec-prod/
name: Node CI

on:
push:
branches:
- main
pull_request: {}

jobs:
validate-and-publish:
name: Validate and Publish
runs-on: ubuntu-latest # only linux supported at present
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
TOOLCHAIN: bikeshed
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html"
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
W3C_BUILD_OVERRIDE: |
status: WD
TR: https://www.w3.org/TR/largest-contentful-paint/

0 comments on commit c004102

Please sign in to comment.