webhook icon indicating copy to clipboard operation
webhook copied to clipboard

How to configure a global GitHub account password?

Open qooke opened this issue 1 year ago • 2 comments

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

qooke avatar Oct 29 '24 10:10 qooke

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 avatar Oct 29 '24 12:10 nitishmalang

@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

qooke avatar Oct 30 '24 10:10 qooke