derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
53 stars 19 forks source link

Supporting GitHub App #62

Open ErezWeiss opened 1 year ago

ErezWeiss commented 1 year ago

Hi guys, I tried to set a GitHub App token but got: fatal: could not read Password for 'https://***@github.com': No such device or address Can it be fixed? It's a best practice to work with GitHub App.

We want to skip the PR part, and push to the main branch immediately.

derberg commented 8 months ago

sorry but I have 0 experience with using GitHub App token so you need to suggest a fix

and regarding skipping PR, sure, I don't see a problem why not have such functionality. Could be a flag like skip_pr that by default is false. Feel free to suggest a PR