Configure GitHub CI/CD variables
Define sfdx-hardis environment variables
- Go to Repository -> Settings > Secret and variables -> Actions (you must have Github authorizations to access this menu)
- Create the new secret with the following info:
- name: YOUR_VARIABLE_NAME
- value:
Your variable value
More info: GitHub documentation