We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3e7a8 commit 84750a1Copy full SHA for 84750a1
.github/workflows/oidc-integration-test.yml
@@ -27,7 +27,7 @@ jobs:
27
generate-platform-oidc-integration:
28
strategy:
29
matrix:
30
- audience_value: ['', 'test-audience', 'github-jfrog']
+ audience_value: ['', 'test-audience']
31
runs-on: ubuntu-latest
32
steps:
33
- name: Generate unique OIDC provider name
@@ -75,7 +75,7 @@ jobs:
75
76
os: [ubuntu, macos, windows]
77
cli-version: ['2.74.1', '2.75.0', 'latest']
78
79
runs-on: ${{ matrix.os }}-latest
80
env:
81
JFROG_CLI_LOG_LEVEL: DEBUG
0 commit comments