Skip to content

Commit 447db05

Browse files
fix: app smoke test failing due to required login (#177)
1 parent 027bc9c commit 447db05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ jobs:
3636
field: oclif.plugins
3737
value: "[\"@adobe/aio-cli-plugin-app-templates\"]"
3838
parse_json: true
39+
- name: Auth
40+
uses: adobe/[email protected]
41+
with:
42+
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 }}
3949
- id: create
4050
name: create app with no extensions
4151
run: |

0 commit comments

Comments
 (0)