Skip to content

Commit

Permalink
Fixing chromatic build?
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser committed Jun 14, 2024
1 parent e64a79f commit ac9e838
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
fetch-depth: 0

- name: Install dependencies
# ⚠️ Pick one of these, matching the package manager for your project
run: npm ci
env:
NPM_TOKEN: ${{ secrets.JFROG_ACCESS_TOKEN }}
run: |
echo -e "\n//dpbuild.jfrog.io/:_authToken=${NPM_TOKEN}" >> .npmrc
npm ci
- name: Publish to Chromatic
uses: chromaui/action@latest
Expand Down

0 comments on commit ac9e838

Please sign in to comment.