This is an example of a basic GitHub workflow that uses the Setup JFrog CLI GitHub Action with an OIDC integration between the JFrog Platform and GitHub Actions.
This phase sets an OIDC integration between GitHub Actions to the JFrog platform.
-
Navigate to the Administration tab In the JFrog Platform UI
-
Click
Platform Management
|Manage Integrations
-
Configure the Identity Mapping:
- Create a new Github repository.
- In the Github repository you created, create a secret named JF_URL. Set the value of the secret to be the JFrog Platform URL, such as https://acme.jfrog.io.
- Push the workflow.yml file as part of this example, under
.github/workflows/
in your Github repository. - Watch the workflow running following any push to the repository.