-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
These actions will not currently work if a dependency happens to be a private repo.
While there are normal ways to mitigate this like having this as a command line:
run: |
git config --global url."https://${{ secrets.GH_ACCESS_USERNAME }}:${{ secrets.GH_PRIVATE_REPO_ACCESS }}@github.com".insteadOf "[email protected]" &
git config --global url."https://${{ secrets.GH_ACCESS_USERNAME }}:${{ secrets.GH_PRIVATE_REPO_ACCESS }}@github.com".insteadOf "https://github.com" |
go env -w GOPRIVATE="github.com/PRIVATE_REPO"
These actions do not respect if these steps are run ahead of time.
Is there a way to have it use to the local settings of the action vm?
JamesReate
Metadata
Metadata
Assignees
Labels
No labels