Skip to content

Commit bbef164

Browse files
committed
typo
1 parent 9fe68cb commit bbef164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os: ${{ matrix.os }}
4343
command: oauth_sts
4444
CLIENTID: ${{ secrets.IMS_CLIENTID }}
45-
CLIENTSECRET: ${{ secrets.OMS_CLIENT_SECRET }}
45+
CLIENTSECRET: ${{ secrets.IMS_CLIENT_SECRET }}
4646
IMSORGID: ${{ secrets.IMS_ORG_ID }}
4747
SCOPES: ${{ secrets.IMS_SCOPES }}
4848
# we are using dummy values as they are not needed to generate oauth_s2s tokens

0 commit comments

Comments
 (0)