Skip to content

Commit 2162642

Browse files
committed
Update
1 parent 33afa50 commit 2162642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
JF_URL: ${{ env.JF_URL }}
7575
oidc-provider-name: 'YOUR_PROVIDER_NAME'
76-
oidc-audience: 'YOUR_AUDIENCE'
76+
oidc-audience: 'YOUR_AUDIENCE' # This is optional
7777

7878
- name: Upload artifact
7979
run: jf rt upload "dist/*.zip" my-repo/

0 commit comments

Comments
 (0)