From 9c79fb430432609ec27f4b03ee4b44fa0303fbba Mon Sep 17 00:00:00 2001 From: Kristina Yasuda Date: Wed, 20 Nov 2024 19:06:59 +0100 Subject: [PATCH] Fix spec name and fix pipeline actions / for spec renaming --- .../workflows/Build-oid4vc-haip-sd-jwt-vc.yml | 22 +++++++++---------- ...-assurance-interoperability-profile-1_0.md | 8 +++---- 2 files changed, 15 insertions(+), 15 deletions(-) rename openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.md => openid4vc-high-assurance-interoperability-profile-1_0.md (98%) diff --git a/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml b/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml index ceb583a..9411c46 100644 --- a/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml +++ b/.github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml @@ -1,35 +1,35 @@ -name: openid4vc-high-assurance-interoperability-profile-sd-jwt-vc document push +name: openid4vc-high-assurance-interoperability-profile document push on: push: paths: - 'openid4vc*.md' jobs: - compile-openid4vc-high-assurance-interoperability-profile-sd-jwt-vc: + compile-openid4vc-high-assurance-interoperability-profile: name: Compile site assets runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run the build process with Docker run: | ls docker run \ -v /${{ github.workspace }}:/data danielfett/markdown2rfc \ - openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.md + openid4vc-high-assurance-interoperability-profile-1_0.md - name: rename run: | - mv ./openid4vc-high-assurance-interoperability-profile-sd-jwt-vc*.html ./openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-wg-draft.html - - uses: actions/upload-artifact@v3 + mv ./openid4vc-high-assurance-interoperability-profile*.html ./openid4vc-high-assurance-interoperability-profile-wg-draft.html + - uses: actions/upload-artifact@v4 with: # Artifact name name: output # optional # Destination path - path: ./openid4vc-high-assurance-interoperability-profile-sd-jwt-vc*.html # optional + path: ./openid4vc-high-assurance-interoperability-profile*.html # optional publish-to-pages: name: Publish to GitHub Pages if: github.ref == 'refs/heads/main' - needs: compile-openid4vc-high-assurance-interoperability-profile-sd-jwt-vc + needs: compile-openid4vc-high-assurance-interoperability-profile runs-on: ubuntu-latest permissions: pages: write @@ -39,13 +39,13 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: output - name: Upload pages artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: path: . - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 diff --git a/openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.md b/openid4vc-high-assurance-interoperability-profile-1_0.md similarity index 98% rename from openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.md rename to openid4vc-high-assurance-interoperability-profile-1_0.md index f7280bf..b4f6a5c 100644 --- a/openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0.md +++ b/openid4vc-high-assurance-interoperability-profile-1_0.md @@ -1,13 +1,13 @@ %%% -title = "OpenID4VC High Assurance Interoperability Profile with SD-JWT VC - draft 01" -abbrev = "openid4vc-high-assurance-interoperability-profile-sd-jwt-vc" +title = "OpenID4VC High Assurance Interoperability Profile - draft 01" +abbrev = "openid4vc-high-assurance-interoperability-profile" ipr = "none" workgroup = "Digital Credentials Protocols" -keyword = ["security", "openid4vc", "sd-jwt", "sd-jwt-vc"] +keyword = ["security", "openid4vc", "sd-jwt", "sd-jwt-vc", "mdoc"] [seriesInfo] name = "Internet-Draft" -value = "openid4vc-high-assurance-interoperability-profile-sd-jwt-vc-1_0-01" +value = "openid4vc-high-assurance-interoperability-profile-1_0-01" status = "standard" [[author]]