Skip to content

Commit

Permalink
Level 2 autopublish (#568)
Browse files Browse the repository at this point in the history
* Added crEnd

* Added auto-publish
  • Loading branch information
plehegar authored Mar 28, 2024
1 parent 77a0c5b commit b1b43c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
pull_request: {}
push:
branches: [level-2]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_L2 }}
W3C_WG_DECISION_URL: https://docs.google.com/document/d/12AAIbnkt_AH1YjZwUwxirX_7WA7aWOSXpDweCgfqIiQ/edit#heading=h.jc5tpbau2p7z
W3C_BUILD_OVERRIDE: |
shortName: trace-context-2
specStatus: CRD
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
specStatus: "ED",
implementationReportURI: "https://w3c.github.io/trace-context/implementations",
/* previousMaturity: "CR",
previousPublishDate : "2019-08-13",
crEnd: "2019-10-08",*/
previousPublishDate : "2019-08-13", */
crEnd: "2024-08-08",
editors: [{
name: "Sergey Kanzhelev",
company: "Google",
Expand Down

0 comments on commit b1b43c6

Please sign in to comment.