Closed cclauss closed 1 year ago
In order to make this work, I think you would need to add ARKLET_DJANGO_SECRET_KEY to https://github.com/internetarchive/arklet/settings/secrets/actions in accordance with https://docs.github.com/en/actions/security-guides/encrypted-secrets
ARKLET_DJANGO_SECRET_KEY
Of add pytest.mark.skipif not go.getenv("ARKLET_DJANGO_SECRET_KEY") to some of the pytests.
In order to make this work, I think you would need to add
ARKLET_DJANGO_SECRET_KEY
to https://github.com/internetarchive/arklet/settings/secrets/actions in accordance with https://docs.github.com/en/actions/security-guides/encrypted-secretsOf add pytest.mark.skipif not go.getenv("ARKLET_DJANGO_SECRET_KEY") to some of the pytests.