webhook
webhook copied to clipboard
How to configure a global GitHub account password?
How to configure a global GitHub account password, so that when the webhook executes the script, it can read the global account password and pull the code package
Starting in 2021, GitHub removed the option to use a username and password for Git operations and instead requires the use of personal access tokens (PATs) or SSH keys.
@nitishmalang I have 30 projects on a GitHub account. It is very troublesome to configure and maintain ssh keys for each project. Is there any good solution? Thank you