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 9fe68cb commit bbef164Copy full SHA for bbef164
.github/workflows/app-smoke-test.yml
@@ -42,7 +42,7 @@ jobs:
42
os: ${{ matrix.os }}
43
command: oauth_sts
44
CLIENTID: ${{ secrets.IMS_CLIENTID }}
45
- CLIENTSECRET: ${{ secrets.OMS_CLIENT_SECRET }}
+ CLIENTSECRET: ${{ secrets.IMS_CLIENT_SECRET }}
46
IMSORGID: ${{ secrets.IMS_ORG_ID }}
47
SCOPES: ${{ secrets.IMS_SCOPES }}
48
# we are using dummy values as they are not needed to generate oauth_s2s tokens
0 commit comments