Provider credentials
What is it ?
The credentials are used for authicate free commit on provider (Github, Gitlab etc). They are used for clone & pull.
It's simple key pair (private, public).
Creation
Field for credentials creation
Field
Description
Required
Name
Name of your credentials (ex, GITHUB_SSH_KEY
Yes
SSH Key
SSH private key
Yes
You can create multiple SSH KEY, because Free Commit allows multiple providers
Safety consideration
⚠️Generate specific key, only for free-commit, follow the doc:
The private key will by encrypted in database
Last updated