Add admin Table
component types to internal
#1764
This file contains 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: Snapit | |
on: | |
issue_comment: | |
types: | |
- created | |
jobs: | |
snapit: | |
name: Snapit | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} | |
- uses: ./.github/workflows/actions/prepare | |
- name: Create snapshot | |
uses: Shopify/snapit@main | |
env: | |
GITHUB_TOKEN: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} | |
with: | |
build_script: yarn build | |
comment_command: /snapit |