File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,15 @@ 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_CLIENT_ID }}
45+ 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
49+ # see https://github.com/adobe/aio-lib-ims-oauth/issues/114
50+ TECHNICALACCOUNTID : dummy_id
51+ TECHNICALACCOUNTEMAIL : dummy_email
4952 - id : create
5053 name : create app with no extensions
5154 run : |
You can’t perform that action at this time.
0 commit comments