We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119f08f commit 5f4b8e1Copy full SHA for 5f4b8e1
.github/workflows/oidc-integration-test.yml
@@ -29,6 +29,7 @@ jobs:
29
matrix:
30
os: [ ubuntu, macos, windows ]
31
cli-version: [ '2.74.1', '2.75.0','latest' ]
32
+ audience_value: [ '' ,'','github-jfrog' ]
33
runs-on: ${{ matrix.os }}-latest
34
name: OIDC Test - ${{ matrix.cli-version }} on ${{ matrix.os }}
35
env:
0 commit comments