Question or problem
Hey, just want to clarify, when using tuist cloud on ci, to skip the auth, we need to pass the env params. I am doing it like that with github actions;
- name: Test project
env:
TUIST_CONFIG_TOKEN: ${{ secrets.TUIST_TOKEN }}
CI: true
run: |
tuist test Debug
However on CI, getting these errors:
Generating project for testing
Loading and constructing the graph
It might take a while if the cache is empty
Uploading run metadata...
Failed to upload run metadata: You need to be authenticated to access this resource.
▌ ✖ Error
▌ We could not find external dependencies. Run `tuist install` before you continue.
▌
▌ Sorry this didn’t work. Here’s what to try next:
Context
- Tuist version: 4.47.0
Give us some context on what you were trying to do when you stumbled upon the need to create this topic in the community forum.
Do I missed something, or values was renamed?