Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
# RDK Central Github
machine github.com
    login <Public GitHub userID>
    password <PAT>

# RDK Central Gerrit
machine code.rdkcentral.com
    login <rdkcentral sso email address>
    password <PAT> 


Creating a PAT for RDK Central Gerrit and Github

Gerrit:

Set your Gerrit PAT here:  https://code.rdkcentral.com/r/settings/#HTTPCredentials


Github:

For GitHub to create to create a PAT navigate to Settings - Developer Settings - Personal access tokens - Tokens (classic)

Note: for git actions (clone/push/pr) you need to select at least the following scopes:

repo write:packages

Image Modified