update product_id to variant_id for page_view #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
- push | |
jobs: | |
build: | |
name: Deploy QA Site | |
runs-on: ubuntu-latest | |
steps: | |
- name: Webhook | |
uses: navied/secure-actions-webhook@0.2.0 | |
with: | |
url: https://miles.hlx.dev/webhooks/github | |
data: '{ | |
"topic": "deploy/astrogoat:postscript", | |
"branch": "${{ github.ref_name }}", | |
"server": "production" | |
}' | |
hmacSecret: ${{ secrets.MILES_HMAC_SECRET }} |