We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf343a commit 308692bCopy full SHA for 308692b
.github/workflows/oidc-integration-test.yml
@@ -26,6 +26,7 @@ jobs:
26
generate-oidc-integration:
27
strategy:
28
matrix:
29
+ # This has to match the second audience value in the workflow
30
audience_value: [ '' ,'test-audience','github-jfrog' ]
31
runs-on: ubuntu-latest
32
outputs:
@@ -81,6 +82,7 @@ jobs:
81
82
83
os: [ ubuntu, macos, windows ]
84
cli-version: [ '2.74.1', '2.75.0','latest' ]
85
86
87
runs-on: ${{ matrix.os }}-latest
88
env:
0 commit comments