We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3b2cc commit dd6ea59Copy full SHA for dd6ea59
.github/workflows/auto-publish.yml
@@ -0,0 +1,22 @@
1
+# .github/workflows/viss2-core.yml
2
+name: Reporting API publication
3
+on:
4
+ pull_request: {}
5
+ push:
6
+ branches: [main]
7
+
8
+jobs:
9
+ main:
10
+ name: Publish Reporting
11
+ runs-on: ubuntu-20.04
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: w3c/spec-prod@v2
15
+ with:
16
+ SOURCE: network-reporting.bs
17
+ TOOLCHAIN: bikeshed
18
+ W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
19
+ W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html
20
+ W3C_BUILD_OVERRIDE: |
21
+ shortName: reporting-1
22
+ specStatus: WD
0 commit comments