Use these templates to install Frogbot on your GitHub repository.
- Make sure you have the connection details of your JFrog environment.
- Save the JFrog connection details as secrets in GitHub with the following names - JF_URL, JF_USER and JF_PASSWORD. You can also use JF_ACCESS_TOKEN instead of JF_USER and JF_PASSWORD.
- Use one of the templates below, depending on the tool used to download dependencies for you project, to create a file named
frogbot.yml
. - Only if the template you're using includes the
JF_INSTALL_DEPS_CMD
variable, make sure it includes the correct command to download your project depedencies. For example,npm i
ornuget restore
. - Push the
frogbot.yml
file to the.github/workflow
directory at the root of your GitHub repository.