How to get access?

when i try to push workflow to my remote github repository i got this issue but all write access is assigned to the github user id im using to push. and the UiPath github is also configured correctly.


J

Can anyone help me to achive this ??

Hi @Prabhakaran_Elango,

This issue is usually due to GitHub authentication, not just write access. Try signing out and signing back into GitHub from UiPath Studio (Home → Settings → Git).

Also ensure the UiPath GitHub App has access to your repository and that your repo URL is correct. If it’s an organization repo, check for SSO or third-party app restrictions.


UiPath github page is configured correctly and the this account have a write access to the repository. Still the issue is coming. I tried sign out from github from UiPath studio and signin back, but the issue is fixed yet

Hii @Prabhakaran_Elango ,

your setup looks fine so it’s probably a credential issue
go to windows credential manager and remove any saved gitHub entries

then reopen UiPath Studio sign in again and try pushing.
If it still fails just remove and reconnect the repo once

https://github.com/dev-at-avegatech/ui-path.git

this is my github repository link, but im try pushing the workflow from another email ifd which have the UiPath gihub app in the github account. but the repository is belongs to dev-at-avegatech account which is not having uiapth github app in github. So is this cause this isssue?

Hello @Prabhakaran_Elango,

The app is on a Git organization, not account-specific. Based on your screenshot, the app has access to all repositories. If your other user has access to a repository, you should be able to push. What authentication method are you using to connect to Git from UiPath Studio?

Please disconnect from Git in UiPath Studio and connect again.

Thanks,
Karthik

install the UiPath github App in the dev at avegatech account
while installing give access to that repo or all repos
then sign out and sign back in via UiPath Studio.
after that pushing will work