Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies, 0 views
Replied In
Xcode cloud Git Push on a Workflow
You should be able to push by using a specific user and its own personal token, from inside the script:
git push https://<User Name>:<Token>@github.com/<User Name>/<Your Repository>.git
https://stackoverflow.com/a/72591028/67397