File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,14 @@ jobs:
40404141 with :
4242 os : ${{ matrix.os }}
43- command : auth
44- CLIENTID : ${{ secrets.JWT_CLIENTID }}
45- CLIENTSECRET : ${{ secrets.JWT_CLIENT_SECRET }}
46- TECHNICALACCOUNTID : ${{ secrets.JWT_TECH_ACC_ID }}
47- IMSORGID : ${{ secrets.JWT_ORG_ID }}
48- KEY : ${{ secrets.JWT_PRIVATE_KEY }}
43+ command : oauth_sts
44+ CLIENTID : ${{ secrets.IMS_CLIENTID }}
45+ CLIENTSECRET : ${{ secrets.OMS_CLIENT_SECRET }}
46+ IMSORGID : ${{ secrets.IMS_ORG_ID }}
47+ # we are using dummy values as they are not needed to generate oauth_s2s tokens
48+ # see https://github.com/adobe/aio-lib-ims-oauth/issues/114
49+ TECHNICALACCOUNTID : dummy_id
50+ TECHNICALACCOUNTEMAIL : dummy_email
4951 - id : create
5052 name : create app with no extensions
5153 run : |
You can’t perform that action at this time.
0 commit comments