Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJSchoen authored Mar 8, 2023
1 parent e84ddfe commit e53d2ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
name: 'Chromatic'

# Event for the workflow
on: push
on:
release:
types: [created]
workflow_dispatch:

# List of jobs
jobs:
Expand All @@ -23,4 +26,4 @@ jobs:
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_SIMPLEVP }}

0 comments on commit e53d2ec

Please sign in to comment.