Closed dominikx96 closed 3 years ago
@dominikx96 did you find a workaround to this? I have my github secrets enabled but running into this same action failure.
Thanks!
@colinloretz did you find a solution?
@simon-bd @colinloretz try adding Repository secrets
uses: shopify/lighthouse-ci-action@v1
with:
store: ${{ secrets.SHOP_STORE }}
This require the SHOP_STORE
secret to be set, as per screenshot above.
uses: shopify/lighthouse-ci-action@v1 with: store: ${{ secrets.SHOP_STORE }}
This require the
SHOP_STORE
secret to be set, as per screenshot above.
is SHOP_STORE examplestore
or examplestore.myshopify.com
?
@michaelburtonray it would be the full examplestore.myshopify.com
During action start the action fails.
Output:
Also, instruction from: lighthouse-ci seems to be out of date).
on: [push]
- doesn't workon: push
- correct format from: treosh/lighthouse-ci-action