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 6b1493b commit 41b1c2dCopy full SHA for 41b1c2d
.github/workflows/oidc-integration-test.yml
@@ -71,7 +71,7 @@ jobs:
71
matrix:
72
os: [ubuntu, macos, windows]
73
cli-version: ['2.74.1', '2.75.0', 'latest']
74
- audience_value: ['', 'test-audience']
+ audience_value: ['', 'test-audience','https://github.com/eyaldelarea']
75
runs-on: ${{ matrix.os }}-latest
76
env:
77
JFROG_CLI_LOG_LEVEL: DEBUG
@@ -107,7 +107,7 @@ jobs:
107
if: always()
108
strategy:
109
110
111
runs-on: ubuntu-latest
112
steps:
113
- name: Delete OIDC integration
0 commit comments