Skip to content

Add example workflow for GitHub OIDC integration #1

Add example workflow for GitHub OIDC integration

Add example workflow for GitHub OIDC integration #1

name: "Setup JFrog CLI OIDC Example"
on: push
permissions:
# This is required for requesting the OIDC token
id-token: write
# This is required for actions/checkout
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JFrog CLI
uses: jfrog/setup-jfrog-cli@v4
env:
JF_URL: ${{ vars.JF_URL }}
with:
oidc-provider-name: MohammedKamle/data-structures-and-algorithms-java@github
- name: Run JFrog CLI
run: |
# Ping the server
jf rt ping