Managing Git personal access tokens
As a user, you can generate or update Git personal tokens required for authentication when these have expired or are invalid. The Git personal token is a user-specific personal access token per provisioned runtime, and is required to authenticate Git-based actions per runtime in Codefresh.
You can use the same token for multiple runtimes, if you need access to more than one runtime. You must however authorize GitHub access or add the personal access token for each runtime.
Git personal token permissions
For Git personal access tokens, make sure you select repo
scope for commits and other actions when you generate the token.
How to update a Git personal token
Update your Git personal access token for each runtime when needed.
Before you begin
- For a Git personal access token, generate a valid personal access token from your Git provider
How to
- In the Codefresh UI, go to User Settings.
- Select +Add Token.
- Paste the generated token in the Token field, and select +Add Token.
The Token column for the runtime is updated with the encrypted token, and the Add Token button changes to Delete Token.