Skip to content

Latest commit

 

History

History

oidc-github-actions-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OIDC Github Action Example

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.

Creating the OIDC Integration

This phase sets an OIDC integration between GitHub Actions to the JFrog platform.

  1. Navigate to the Administration tab In the JFrog Platform UI

  2. Click Platform Management | Manage Integrations

  3. Click New Integration | OpenID Connect: New Integration

  4. Configure the OIDC integration: Configure OIDC Integration

  5. Configure the Identity Mapping:

    Configure Identity Mapping

Running the Example

  1. Create a new Github repository.
  2. 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.
  3. Push the workflow.yml file as part of this example, under .github/workflows/ in your Github repository.
  4. Watch the workflow running following any push to the repository.

Resources