Skip to content

Commit

Permalink
Merge branch 'main' into clarify-client_metadata-parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jogu authored Sep 23, 2024
2 parents 97df212 + 41a6edb commit 02129e6
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 70 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Build-OID4VP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
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: |
docker run \
Expand All @@ -19,7 +19,7 @@ jobs:
- name: rename
run: |
mv ./openid-4-verifiable-presentations-1_0*.html ./openid-4-verifiable-presentations-wg-draft.html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
# Artifact name
name: output # optional
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,5 +1,5 @@
{
"client_id": "client.example.org",
"client_id": "https://client.example.org",
"client_id_scheme": "entity_id",
"expected_origins": [
"https://origin1.example.com",
Expand Down
Loading

0 comments on commit 02129e6

Please sign in to comment.