Why am I getting a permission denied error when trying to push a dev branch in Git?

This topic was automatically generated from Slack. You can find the original thread here.

Hi :smile: I was trying to push a dev branch - adding a couple of actions on zoom_admin - but getting permission denied to push a branch

git push --set-upstream origin add-zoom-admin-components
ERROR: Permission to PipedreamHQ/pipedream.git denied to joaocoform.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Am I missing some step?

Nice! You’ll need to fork the repo and push into your fork, then submit a PR to the Pipedream repo

Ah of course, I’ve submitted a PR then, thanks so much

Thanks! I requested a PR review from the team!

thanks so much. this worked great, I managed to merge and use them, although there’s a bug on one of them, and I needed a couple more actions, I’ve made 2 pr, to fix and add new actions

Awesome! Paste the URL here and I can prioritize it

https://github.com/PipedreamHQ/pipedream/pull/16940
https://github.com/PipedreamHQ/pipedream/pull/16967

These two, thanks!