Add the ability to use Username/Password as authentication method #10
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Issue or PR needs someone to work on it!
The task currently authenticates to a Git repository by using a PAT token. Adding in an option to authenticate via a Username/Password would expand the options for users to interact with their Git repositories and provide a more robust experience.
As discovered in issue #6 , there may be an underlying issue outside of the task that restricts users to authenticating via a username/password instead of a PAT token. While a workaround exists by putting the "username:password" in the PAT token field, this is not ideal because of the mismatch of label and value within the task.
The text was updated successfully, but these errors were encountered: