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 5f4b8e1 commit 44c0113Copy full SHA for 44c0113
.github/workflows/oidc-integration-test.yml
@@ -29,7 +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' ]
+ audience_value: [ '' ,'test-audience','github-jfrog' ]
33
runs-on: ${{ matrix.os }}-latest
34
name: OIDC Test - ${{ matrix.cli-version }} on ${{ matrix.os }}
35
env:
@@ -59,7 +59,7 @@ jobs:
59
"name": "${{ steps.gen-oidc.outputs.oidc_provider_name }}",
60
"issuer_url": "https://token.actions.githubusercontent.com",
61
"provider_type": "GitHub",
62
- "audience": ${{ matrix.audience_value }},",
+ "audience": "${{ matrix.audience_value }},",
63
"enable_permissive_configuration": "true",
64
"description": "Test configuration for CLI version ${{ matrix.cli-version }}"
65
}'
0 commit comments