Skip to content

Commit

Permalink
Update lighthouse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nahbee10 authored Dec 18, 2024
1 parent ccafbb7 commit a8f88c4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,18 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Test ZCLI Configuration 1
run: zcli themes:list
- name: Install ZCLI
run: npm install -g @zendesk/zcli

- name: Verify ZCLI Installation
run: zcli --version

- name: ZCLI login
run: zcli login -i
env:
ZENDESK_EMAIL: ${{ secrets.ZENDESK_EMAIL }}
ZENDESK_API_TOKEN: ${{ secrets.ZENDESK_API_TOKEN }}
ZENDESK_SUBDOMAIN: ${{ secrets.ZENDESK_SUBDOMAIN }}

# Step 4: Configure zcli with environment variables
- name: Configure ZCLI
Expand Down

0 comments on commit a8f88c4

Please sign in to comment.