Generate a personal access token
- GitHub
- GitLab
- Go to GitHub Settings → Tokens.
- Click Generate new token and select Classic.
- Give the token a name and check the
reposcope. - Click Generate token and copy the value — you won’t see it again.
Set your username in the panel
In your server’s startup variables, set
USERNAME to your GitHub or GitLab username (the same account that owns the repository).Set the repository URL
Set The egg constructs the authenticated URL internally using
GIT_URL to the plain HTTPS URL of your repository — do not embed credentials in the URL.Correct
Incorrect — do not do this
USERNAME and ACCESS_TOKEN.