Skip to content

Commit abe4d6d

Browse files
committed
Extract audience values
1 parent 7640918 commit abe4d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
generate-oidc-integration:
3030
strategy:
3131
matrix:
32-
audience_value: ${{ env.AUDIENCE_VALUES }}
32+
audience_value: ${{ fromJson(env.AUDIENCE_VALUES) }}
3333
runs-on: ubuntu-latest
3434
outputs:
3535
oidc_provider_name: ${{ steps.gen-oidc.outputs.oidc_provider_name }}
@@ -84,7 +84,7 @@ jobs:
8484
matrix:
8585
os: [ ubuntu, macos, windows ]
8686
cli-version: [ '2.74.1', '2.75.0','latest' ]
87-
audience_value: ${{ env.AUDIENCE_VALUES }}
87+
audience_value: ${{ fromJson(env.AUDIENCE_VALUES) }}
8888
runs-on: ${{ matrix.os }}-latest
8989
env:
9090
JFROG_CLI_LOG_LEVEL: DEBUG

0 commit comments

Comments
 (0)