Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.15 KB

Frogbot GitHub Actions Templates

General

Use these templates to install Frogbot on your GitHub repository.

Using the Templates

  1. Make sure you have the connection details of your JFrog environment.
  2. 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.
  3. Use one of the templates below, depending on the tool used to download dependencies for you project, to create a file named frogbot.yml.
  4. 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 or nuget restore.
  5. Push the frogbot.yml file to the .github/workflow directory at the root of your GitHub repository.

The Available Templates