arkana
arkana copied to clipboard
Arkana fails on CI due to .env file missing, even when env vars are all present in CI
Discussed in https://github.com/rogerluan/arkana/discussions/32
Originally posted by mishaherasimov March 17, 2023 I'm currently trying to build a pipeline that creates keys before building the project. I've imported all keys as environmental variables of the project.
Given these conditions, Arkana fails to generate an SPM package because .env is added to .gitignore. What would be the correct way to configure Arkana?
CI Environment: Circle CI