Skip to content

Commit

Permalink
Updated workflow file to remove deprecated secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
cmegalo committed Jun 28, 2024
1 parent ae2cf63 commit 6ec562b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Lighthouse
uses: shopify/lighthouse-ci-action@v1
with:
app_id: ${{ secrets.SHOP_APP_ID }}
app_password: ${{ secrets.SHOP_APP_PASSWORD }}
access_token: ${{ secrets.SHOP_ACCESS_TOKEN }}
store: ${{ secrets.SHOP_STORE }}
password: ${{ secrets.SHOP_PASSWORD }}
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
Expand Down

0 comments on commit 6ec562b

Please sign in to comment.