Variables store and reuse non-sensitive configuration data, such as usernames, or server names. They are interpolated on the runner machine during your workflow. Commands in actions or workflow steps can create, read, and modify these variables.
Configure GitHub variables in your repository settings to point to JFrog.
Follow these steps to configure variables:
From your GitHub Repository Settings, click Secrets and variables.
Under Actions, click Variables, and then click New repository variable.
Add the following variables:
JFrog Project Variable
JFrog URL variable
To add a variable, add Name and Value, and then click Add variable.
To learn more, refer to GitHub Actions Variables documentation.