arkana icon indicating copy to clipboard operation
arkana copied to clipboard

Arkana fails on CI due to .env file missing, even when env vars are all present in CI

Open rogerluan opened this issue 2 years ago • 0 comments

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

Screenshot 2023-03-17 at 2 46 38 PM

rogerluan avatar Mar 20 '23 21:03 rogerluan