actions-rs / meta

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas
https://github.com/actions-rs
Creative Commons Zero v1.0 Universal
353 stars 15 forks source link

Dependencies to private repos? #44

Open ivnsch opened 2 years ago

ivnsch commented 2 years ago

Can't fetch private Github repos when running actions (declared similarly to here note: this is not the the repo with the private deps):

failed to get `x` as a dependency of package `y v0.1.0 (/home/runner/work/y/y)`

I tried this out but it didn't work: https://gist.github.com/kestein/87d8bb9cef187c0d02d733138a0a4454

The private repos work on my local environment (via CARGO_NET_GIT_FETCH_WITH_CLI=true in the .env).