Configure OIDC and GitHub Variables in GitHub Workflow

JFrog and GitHub Integration Guide

ft:sourceType
Paligo

This section describes how to use variables and OIDC in the GitHub Actions workflow.

Example Usage

        steps:
            - name: Setup JFrog CLI
              uses: jfrog/setup-jfrog-cli@v4
              id: setup-cli
              env:
                JF_URL: https://${{ vars.JF_URL }}/   
                JF_PROJECT: ${{ vars.JF_PROJECT }}
              with:
                  oidc-provider-name: <oidc_provider_name> #replace with the name

Related Information