We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to #45 but we are passing access_token
This workflow seems to work fine with no errors
steps: - uses: actions/checkout@v3 - name: Lighthouse CI uses: shopify/lighthouse-ci-action@v1 with: store: ${{ secrets.STORE_NAME}} access_token: ${{ secrets.SHOP_ACCESS_TOKEN }} password: ${{ secrets.THEME_PASSWORD }} lhci_github_token: ${{ secrets.GITHUB_TOKEN }} pull_theme: <theme_name>
But when we pass product_handle and collection_handle we get SHOP_APP_PASSWORD: unbound variable error
product_handle
collection_handle
SHOP_APP_PASSWORD: unbound variable
- name: Lighthouse CI uses: shopify/lighthouse-ci-action@v1 with: store: ${{ secrets.STORE_NAME}} access_token: ${{ secrets.SHOP_ACCESS_TOKEN }} password: ${{ secrets.THEME_PASSWORD }} lhci_github_token: ${{ secrets.GITHUB_TOKEN }} pull_theme: <theme_name> collection_handle: "<collection_handle>" product_handle: "<product_handle>"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #45 but we are passing access_token
This workflow seems to work fine with no errors
But when we pass
product_handle
andcollection_handle
we getSHOP_APP_PASSWORD: unbound variable
errorThe text was updated successfully, but these errors were encountered: