Skip to content

Commit dd6ea59

Browse files
authored
Create auto-publish.yml
1 parent 8b3b2cc commit dd6ea59

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/auto-publish.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)