Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushtiwari110 committed Sep 29, 2023
1 parent 41124ee commit 9a88a6d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Workflow
on:
pull_request:
types: [opened, reopened, synchronize]
Expand Down Expand Up @@ -51,11 +52,7 @@ jobs:
# 👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
uses: chromaui/action@v1
# Chromatic GitHub Action options
with:
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- name: print secret key
run: echo ${{secrets.CHROMATIC_PROJECT_TOKEN}}
# Chromatic GitHub Action options
# with:
# # 👇 Chromatic projectToken, refer to the manage page to obtain it.
# projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit 9a88a6d

Please sign in to comment.