1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-24 06:15:46 +00:00

Fixed typo In Readme

The using basic-auth section had a few typos
This commit is contained in:
Vedant shetty 2022-11-29 00:55:48 +05:30 committed by tekton-robot
parent f2c2dbcfab
commit 00530e3969

View File

@ -249,9 +249,9 @@ hold your credentials and bind to this workspace.
## Using basic-auth Credentials
**Note**: It is strongly advised that you use `ssh` credentials when the option
is available to you before using basic auth. You can use generate a short
lived token from WebVCS platforms (Github, Gitlab, Bitbucket etc..) to be use
as password and generally be able to use `git` as the username.
is available to you before using basic auth. You can generate a short
lived token from WebVCS platforms (Github, Gitlab, Bitbucket etc..) to be used
as a password and generally be able to use `git` as the username.
On bitbucket server the token may have a / into it so you would need
to urlquote them before in the `Secret`, see this stackoverflow answer :