Skip to content

Commit 308692b

Browse files
committed
test
1 parent 7cf343a commit 308692b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/oidc-integration-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
generate-oidc-integration:
2727
strategy:
2828
matrix:
29+
# This has to match the second audience value in the workflow
2930
audience_value: [ '' ,'test-audience','github-jfrog' ]
3031
runs-on: ubuntu-latest
3132
outputs:
@@ -81,6 +82,7 @@ jobs:
8182
matrix:
8283
os: [ ubuntu, macos, windows ]
8384
cli-version: [ '2.74.1', '2.75.0','latest' ]
85+
# This has to match the second audience value in the workflow
8486
audience_value: [ '' ,'test-audience','github-jfrog' ]
8587
runs-on: ${{ matrix.os }}-latest
8688
env:

0 commit comments

Comments
 (0)