How to do git config to use PAT token? #475
-
Hi,
I cannot find out how I can configure with the local git config so that it will use the PAT. I tried to add the following line in the workflow before
It did not help. The Checkout action did not use the token for git checkout. What did I miss? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sorry I asked the wrong question. I found that that no need to do any extra config, because the |
Beta Was this translation helpful? Give feedback.
-
Hi , how do I generate a Personal Access token (PAT)? |
Beta Was this translation helpful? Give feedback.
Sorry I asked the wrong question. I found that that no need to do any extra config, because the
checkout
action itself does the git config. And my workflow is working now. (The issue was in a different step of the build).