We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4dee0bd + 041cd56 commit 4065c7dCopy full SHA for 4065c7d
.github/workflows/ghpages.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: "Install SD-JWT tooling"
31
run: |
32
python3 -m pip install --upgrade pip
33
- python3 -m pip install git+https://github.com/danielfett/sd-jwt.git
+ python3 -m pip install git+https://github.com/openwallet-foundation-labs/sd-jwt-python.git
34
35
# Build the local examples
36
- name: "Build local examples"
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
0 commit comments