Skip to content

Commit bd74429

Browse files
authored
set up echidna (#166)
1 parent bebc6e3 commit bd74429

5 files changed

Lines changed: 120 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Echidna lws-authn-openid
2+
on:
3+
pull_request:
4+
paths:
5+
- "lws10-authn-openid/**"
6+
push:
7+
branches: [main]
8+
paths:
9+
- "lws10-authn-openid/**"
10+
jobs:
11+
main:
12+
name: Build, validate and publish
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
SOURCE: lws10-authn-openid/index.html
19+
TOOLCHAIN: respec
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_AUTHN_OPENID }}
21+
W3C_WG_DECISION_URL: https://www.w3.org/2026/04/28-lws-minutes.html#0c16
22+
W3C_BUILD_OVERRIDE: |
23+
shortName: lws10-authn-openid
24+
specStatus: WD
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Echidna lws-authn-saml
2+
on:
3+
pull_request:
4+
paths:
5+
- "lws10-authn-saml/**"
6+
push:
7+
branches: [main]
8+
paths:
9+
- "lws10-authn-saml/**"
10+
jobs:
11+
main:
12+
name: Build, validate and publish
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
SOURCE: lws10-authn-saml/index.html
19+
TOOLCHAIN: respec
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_AUTHN_SAML }}
21+
W3C_WG_DECISION_URL: https://www.w3.org/2026/04/28-lws-minutes.html#0c16
22+
W3C_BUILD_OVERRIDE: |
23+
shortName: lws10-authn-saml
24+
specStatus: WD
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Echidna lws-authn-ssi-cid
2+
on:
3+
pull_request:
4+
paths:
5+
- "lws10-authn-ssi-cid/**"
6+
push:
7+
branches: [main]
8+
paths:
9+
- "lws10-authn-ssi-cid/**"
10+
jobs:
11+
main:
12+
name: Build, validate and publish
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
SOURCE: lws10-authn-ssi-cid/index.html
19+
TOOLCHAIN: respec
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_AUTHN_SSI_CID }}
21+
W3C_WG_DECISION_URL: https://www.w3.org/2026/04/28-lws-minutes.html#0c16
22+
W3C_BUILD_OVERRIDE: |
23+
shortName: lws10-authn-ssi-cid
24+
specStatus: WD
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Echidna lws-authn-ssi-did-key
2+
on:
3+
pull_request:
4+
paths:
5+
- "lws10-authn-ssi-did-key/**"
6+
push:
7+
branches: [main]
8+
paths:
9+
- "lws10-authn-ssi-did-key/**"
10+
jobs:
11+
main:
12+
name: Build, validate and publish
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
SOURCE: lws10-authn-ssi-did-key/index.html
19+
TOOLCHAIN: respec
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_AUTHN_SSI_DID_KEY }}
21+
W3C_WG_DECISION_URL: https://www.w3.org/2026/04/28-lws-minutes.html#0c16
22+
W3C_BUILD_OVERRIDE: |
23+
shortName: lws10-authn-ssi-did-key
24+
specStatus: WD

.github/workflows/echidna-core.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Echidna lws-core
2+
on:
3+
pull_request:
4+
paths:
5+
- "lws10-core/**"
6+
push:
7+
branches: [main]
8+
paths:
9+
- "lws10-core/**"
10+
jobs:
11+
main:
12+
name: Build, validate and publish
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v3
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
SOURCE: lws10-core/index.html
19+
TOOLCHAIN: respec
20+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_CORE }}
21+
W3C_WG_DECISION_URL: https://www.w3.org/2026/04/28-lws-minutes.html#0c16
22+
W3C_BUILD_OVERRIDE: |
23+
shortName: lws10-core
24+
specStatus: WD

0 commit comments

Comments
 (0)