Replies: 3 comments
-
Maybe your token doesn't have permission to make changes on repos. |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI @ivinskyi, The repo is cloned via HTTPS, gh and git won't share authentication.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to push a change to the repository from build, follow the advice here https://docs.codemagic.io/troubleshooting/accessing-builder-machine-via-ssh/#making-configuration-changes and it fails.
Note: I put this in a build itself, not executing the commands via SSH or VNC connection, I assumed it should work.
I can successfully use a token, for example, to list all my repos.
shows
I then run
to use github token credentials from
gh
.Then,
Fails with
I tried to repeat the same steps on my dev machine and pushing changes works from my laptop.
Beta Was this translation helpful? Give feedback.
All reactions