We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99a85d commit bcf97cdCopy full SHA for bcf97cd
.github/workflows/auto-publish.yml
@@ -0,0 +1,18 @@
1
+name: CI
2
+on:
3
+ pull_request: {}
4
+ push:
5
+ branches: [level-2]
6
+jobs:
7
+ main:
8
+ name: Build, Validate and Deploy
9
+ runs-on: ubuntu-20.04
10
+ steps:
11
+ - uses: actions/checkout@v2
12
+ - uses: w3c/spec-prod@v2
13
+ with:
14
+ W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_L2 }}
15
+ W3C_WG_DECISION_URL: https://docs.google.com/document/d/12AAIbnkt_AH1YjZwUwxirX_7WA7aWOSXpDweCgfqIiQ/edit#heading=h.jc5tpbau2p7z
16
+ W3C_BUILD_OVERRIDE: |
17
+ shortName: trace-context-2
18
+ specStatus: CRD
0 commit comments