Go back to the main documentation page
-
Make sure you have the connection details of your JFrog environment.
-
Go to your Frogbot Management Repository settings page and save the JFrog connection details as repository secrets with the following names - JF_URL, JF_USER, and JF_PASSWORD
NOTE: You can also use JF_XRAY_URL and JF_ARTIFACTORY_URL instead of JF_URL, and JF_ACCESS_TOKEN instead of JF_USER and JF_PASSWORD
- Check the Allow GitHub Actions to create and approve pull requests check box.
- Create a new GitHub environment called frogbot and add people or public teams as reviewers. The chosen reviewers can trigger Frogbot scans on pull requests.
-
Use our GitHub Actions templates to add Frogbot workflows to your project.
-
Push the workflow files to the .github/workflows directory in the root of your Frogbot Management Repository.