This is a very large pull request that changes the source directory from aries_cloudagent to acapy_agent and changes the github actions to prepare for the repo rename from aries-cloudagent-python to acapy. Also readys all the github actions to have the owner of the repo be openwallet-foundation.
Steps:
Move the repo to openwallet-foundation.
Rename repo to acapy.
Update secret variables.
Merge this PR.
Repo Secrets: Repo secrets do get copied when moving a repo but many of them need or should to be updated.
GITHUB_TOKEN - Should be fine.
PYPI_USERNAME - The account where the pypi package will be hosted
SNYK_TOKEN - I think a token for the new account will be needed for this.
SONAR_TOKEN - Sonarcloud token pointing to the correct project name openwallet-foundation_acapy will be needed. Free tier works fine for us. Allows opensource repos PR and main branch scanning.
This is a very large pull request that changes the source directory from
aries_cloudagent
toacapy_agent
and changes the github actions to prepare for the repo rename fromaries-cloudagent-python
toacapy
. Also readys all the github actions to have the owner of the repo beopenwallet-foundation
.Steps:
openwallet-foundation
.acapy
.Repo Secrets: Repo secrets do get copied when moving a repo but many of them need or should to be updated.
openwallet-foundation_acapy
will be needed. Free tier works fine for us. Allows opensource repos PR and main branch scanning.