Connect Git Credentials¶
Before you begin¶
- Have a GitHub Account Created
Generating Tokens¶
Create a GitHub Personal Access Token from here
- Select the
full:repo
control of private repositories to get repo status - Select the
workflow
scope to update github action workflows - Select the
read:user
scope to read all user data
Connecting to Platformer¶
To integrate a new GitHub Credential to the Platformer Console,
-
Navigate to Credentials > Git Repositories and click + CREDENTIAL (or Get started if you haven’t added one before)
-
Select GitHub from Git Service Provider
-
Fill in the following fields.
- Credential Name - Put a name for credential (What is the token for?)
- Token - Put the newly created GitHub token
- Click Save