Skip to content

Commit

Permalink
refactor and add details for mdoc profile over the oid4vp browser API
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristina Yasuda authored and jogu committed Dec 5, 2024
1 parent ca3b24b commit e9d09f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/Build-oid4vc-haip-sd-jwt-vc.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down

0 comments on commit e9d09f7

Please sign in to comment.