diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index 93c226ce..9475bd3e 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -7,7 +7,7 @@ jobs: get-test-harnesses: name: Get Test Harnesses runs-on: ubuntu-latest - if: (github.event_name == 'schedule' && github.repository == 'hyperledger/aries-agent-test-harness') || (github.event_name != 'schedule') + if: (github.event_name == 'schedule' && github.repository == 'openwallet-foundation/owl-agent-test-harness') || (github.event_name != 'schedule') outputs: harnesses: ${{ steps.get-file-list.outputs.files }} repo-name: ${{ steps.get-repo-info.outputs.name }} @@ -51,7 +51,7 @@ jobs: name: Run Test Harness needs: [get-test-harnesses] runs-on: ubuntu-latest - if: (github.event_name == 'schedule' && github.repository == 'hyperledger/aries-agent-test-harness') || (github.event_name != 'schedule') + if: (github.event_name == 'schedule' && github.repository == 'openwallet-foundation/owl-agent-test-harness') || (github.event_name != 'schedule') strategy: max-parallel: 1 matrix: diff --git a/aries-backchannels/acapy/Dockerfile.acapy-redis b/aries-backchannels/acapy/Dockerfile.acapy-redis index 3e56ff64..d7ae8e4b 100644 --- a/aries-backchannels/acapy/Dockerfile.acapy-redis +++ b/aries-backchannels/acapy/Dockerfile.acapy-redis @@ -17,7 +17,7 @@ COPY python/requirements.txt python/ COPY acapy/requirements-main.txt acapy/ RUN pip install -r python/requirements.txt -r acapy/requirements-main.txt -RUN pip install git+/~https://github.com/hyperledger/aries-acapy-plugins@main#subdirectory=redis_events +RUN pip install git+/~https://github.com/openwallet-foundation/acapy-plugins@main#subdirectory=redis_events # Copy the necessary files from the AATH Backchannel sub-folders COPY python python diff --git a/aries-backchannels/acapy/requirements-main.txt b/aries-backchannels/acapy/requirements-main.txt index 0290903a..3bdd9b36 100644 --- a/aries-backchannels/acapy/requirements-main.txt +++ b/aries-backchannels/acapy/requirements-main.txt @@ -1 +1 @@ -aries-cloudagent[indy, bbs, askar]@git+/~https://github.com/hyperledger/aries-cloudagent-python@main \ No newline at end of file +acapy-agent[indy, bbs, askar]@git+/~https://github.com/openwallet-foundation/acapy@main \ No newline at end of file diff --git a/gen-interop.sh b/gen-interop.sh index 4ac03b78..5ea5ad8d 100755 --- a/gen-interop.sh +++ b/gen-interop.sh @@ -6,7 +6,7 @@ ta_names=("Aries Cloud Agent Python" "Credo-TS" "Aries VCX") ta_shortnames=("ACA-Py" "Credo" "VCX") ta_scopes=("AIP 1, 2" "AIP 1" "AIP 1") ta_exceptions=("None" "Revocation" "Revocation") -ta_urls=(/~https://github.com/hyperledger/aries-cloudagent-python \ +ta_urls=(/~https://github.com/openwallet-foundation/acapy \ /~https://github.com/openwallet-foundation/credo-ts \ /~https://github.com/hyperledger/aries-vcx) workflows=".github/workflows/test-harness-*"