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 7640918 commit abe4d6dCopy full SHA for abe4d6d
.github/workflows/oidc-integration-test.yml
@@ -29,7 +29,7 @@ jobs:
29
generate-oidc-integration:
30
strategy:
31
matrix:
32
- audience_value: ${{ env.AUDIENCE_VALUES }}
+ audience_value: ${{ fromJson(env.AUDIENCE_VALUES) }}
33
runs-on: ubuntu-latest
34
outputs:
35
oidc_provider_name: ${{ steps.gen-oidc.outputs.oidc_provider_name }}
@@ -84,7 +84,7 @@ jobs:
84
85
os: [ ubuntu, macos, windows ]
86
cli-version: [ '2.74.1', '2.75.0','latest' ]
87
88
runs-on: ${{ matrix.os }}-latest
89
env:
90
JFROG_CLI_LOG_LEVEL: DEBUG
0 commit comments