Skip to content

Fix registration for did:webvh to use new registration format. #6

Fix registration for did:webvh to use new registration format.

Fix registration for did:webvh to use new registration format. #6

# .github/workflows/pr-push.yml
name: Echidna Auto-publish did-extensions-methods
on:
workflow_dispatch: {}
push:
branches: [main]
paths: ["methods/**"]
jobs:
main:
name: Echidna Auto-publish WD
runs-on: ubuntu-latest
steps:
- name: Checkout source...
uses: actions/checkout@v4
- name: Setup Node 22...
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Install did-extensions tooling...
working-directory: tooling
run: npm i
- name: Validate did-extensions DID method entries
working-directory: tooling
run: npm run validate
- name: Generate did-extensions registry index
working-directory: tooling
run: npm run generate
- name: Begin spec-prod...
uses: w3c/spec-prod@v2
with:
SOURCE: methods/index.html
TOOLCHAIN: respec
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN_METHODS }}
W3C_WG_DECISION_URL: https://www.w3.org/2024/09/24-did-minutes.html#r02
W3C_BUILD_OVERRIDE: |
shortName: did-extensions-methods
specStatus: NOTE