Shopify / lighthouse-ci-action

MIT License
100 stars 50 forks source link

401 & Configuring shopify CLI /entrypoint.sh: line 148: SHOP_APP_PASSWORD: unbound variable #43

Closed lloydblount closed 2 years ago

lloydblount commented 2 years ago

I keep getting these 2 errors when running the CI on GitHub.

401 error when trying to read the products. I have an access token set up in the secret and checked it 3/4 times to make sure it is correct.

Configuring shopify CLI
Will run Lighthouse CI on https://***
==============================
Creating development theme
✗ Please login again with shopify login
==============================
Configuring Lighthouse CI
Fetching product handle
There's been an error when querying the API

curl: ([22](https://github.com/statementagency/baxters-of-scotland/runs/6505519203?check_suite_focus=true#step:4:23)) The requested URL returned error: 401

The 2nd error is unbound variable for SHOP_APP_PASSWORD but I have SHOP_ACCESS_TOKEN set up so I am not sure why it is asking for the app password still.

Configuring shopify CLI
/entrypoint.sh: line 148: SHOP_APP_PASSWORD: unbound variable

The store is a development store as well for extra information.