Add static snapshot of the DI v1.0 Recommendation. #248
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish to W3C | |
on: | |
push: | |
branches: [main] | |
jobs: | |
main: | |
name: Build, Validate, and Deploy | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout source code | |
uses: actions/checkout@v3 | |
- name: Publish as W3C Technical Report Snapshot | |
uses: w3c/spec-prod@v2 | |
if: ${{ github.ref_name == 'main' }} | |
with: | |
TOOLCHAIN: respec | |
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }} | |
W3C_WG_DECISION_URL: https://www.w3.org/2017/vc/WG/Meetings/Minutes/2022-10-26-vcwg#resolution1 | |
W3C_BUILD_OVERRIDE: | | |
shortName: vc-data-integrity | |
specStatus: CRD |