Skip to content

Commit 84750a1

Browse files
committed
CR
1 parent ca3e7a8 commit 84750a1

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
@@ -27,7 +27,7 @@ jobs:
2727
generate-platform-oidc-integration:
2828
strategy:
2929
matrix:
30-
audience_value: ['', 'test-audience', 'github-jfrog']
30+
audience_value: ['', 'test-audience']
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Generate unique OIDC provider name
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
os: [ubuntu, macos, windows]
7777
cli-version: ['2.74.1', '2.75.0', 'latest']
78-
audience_value: ['', 'test-audience', 'github-jfrog']
78+
audience_value: ['', 'test-audience']
7979
runs-on: ${{ matrix.os }}-latest
8080
env:
8181
JFROG_CLI_LOG_LEVEL: DEBUG

0 commit comments

Comments
 (0)