Skip to content

Commit 4065c7d

Browse files
authored
Merge pull request #165 from oauth-wg/danielfett/fix-library-url
Fix repo URL for library
2 parents 4dee0bd + 041cd56 commit 4065c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghpages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Install SD-JWT tooling"
3131
run: |
3232
python3 -m pip install --upgrade pip
33-
python3 -m pip install git+https://github.com/danielfett/sd-jwt.git
33+
python3 -m pip install git+https://github.com/openwallet-foundation-labs/sd-jwt-python.git
3434
3535
# Build the local examples
3636
- name: "Build local examples"

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "Install SD-JWT tooling"
2626
run: |
2727
python3 -m pip install --upgrade pip
28-
python3 -m pip install git+https://github.com/danielfett/sd-jwt.git
28+
python3 -m pip install git+https://github.com/openwallet-foundation-labs/sd-jwt-python.git
2929
3030
# Build the local examples
3131
- name: "Build local examples"

0 commit comments

Comments
 (0)