Skip to content

Commit 6ec562b

Browse files
author
Christy
committed
Updated workflow file to remove deprecated secrets
1 parent ae2cf63 commit 6ec562b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
- name: Lighthouse
2828
uses: shopify/lighthouse-ci-action@v1
2929
with:
30-
app_id: ${{ secrets.SHOP_APP_ID }}
31-
app_password: ${{ secrets.SHOP_APP_PASSWORD }}
30+
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
3231
store: ${{ secrets.SHOP_STORE }}
3332
password: ${{ secrets.SHOP_PASSWORD }}
3433
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}

0 commit comments

Comments
 (0)