We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From Settings in Github go to Developer Settings and, under Personal access tokens, click on Generate new token.
Settings
Developer Settings
Personal access tokens
Generate new token
Select No expiration.
No expiration
Choose a name for the token and ensure you have marked the following rights (and their subcategories):
Generate the token.
Copy your token hash and export it on your .bashrc file so you can use it when deploying a pull request with apply_pr.
.bashrc
apply_pr
export GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxx
Reboot your session or use source ~/.bashrc to import the GITHUB_TOKEN.
source ~/.bashrc