-
Notifications
You must be signed in to change notification settings - Fork 198
32 lines (32 loc) · 1.03 KB
/
auto-publish.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# .github/workflows/pr-push.yml
name: Echidna Auto-publish
on:
push:
branches: [main]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- name: Begin spec-prod...
uses: actions/checkout@v2
- name: Setup Node 16...
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install did-spec-registries tooling...
working-directory: tooling
run: npm i
- name: Validate did-spec-registries DID method entries
working-directory: tooling
run: npm run registry:validate
- name: Generate did-spec-registries registry index
working-directory: tooling
run: npm run registry:generate:index
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
W3C_WG_DECISION_URL: https://www.w3.org/2019/did-wg/Meetings/Minutes/2020-06-09-did#resolution1
W3C_BUILD_OVERRIDE: |
shortName: did-spec-registries
specStatus: NOTE