Hi community,
What’s the preferred way to access a private Swift Package (in the same org) from within a GitHub Action? The action doesn’t have access to this repo/package and so the run fails with the following message:
xcodebuild: error: Could not resolve package dependencies:
Authentication failed because no credentials were provided.
Thanks!
– Flo