Skip to content

Configure Gitlab CI/CD variables

Define sfdx-hardis environment variables

  • Go to Project -> Settings > CI/CD -> Variables (you must have Gitlab authorizations to access this menu)

  • Create the variable with the following info:
    • name: YOUR_VARIABLE_NAME
    • value: Your variable value
    • Select Mask variable if the value is secured, like credentials or tokens
    • Unselect Protected variable

More info: Gitlab documentation