We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2cf63 commit 6ec562bCopy full SHA for 6ec562b
.github/workflows/ci.yml
@@ -27,8 +27,7 @@ jobs:
27
- name: Lighthouse
28
uses: shopify/lighthouse-ci-action@v1
29
with:
30
- app_id: ${{ secrets.SHOP_APP_ID }}
31
- app_password: ${{ secrets.SHOP_APP_PASSWORD }}
+ access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
32
store: ${{ secrets.SHOP_STORE }}
33
password: ${{ secrets.SHOP_PASSWORD }}
34
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
0 commit comments