Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchettlerKoehler authored Aug 6, 2024
1 parent cc0843d commit dadaecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: npx nx run portal-integration-angular:build-storybook
- name: Publish to PIA Chromatic
uses: chromaui/action@latest
if: ${{ (env.PIA_TOKEN != null) && (env.PIA_TOKEN != '') }}
with:
projectToken: ${{ env.PIA_TOKEN }}
storybookBuildDir: dist/storybook/portal-integration-angular
Expand All @@ -29,6 +30,7 @@ jobs:
run: npx nx run angular-accelerator:build-storybook
- name: Publish to AA Chromatic
uses: chromaui/action@latest
if: ${{ (env.AA_TOKEN != null) && (env.AA_TOKEN != '') }}
with:
projectToken: ${{ env.AA_TOKEN }}
storybookBuildDir: dist/storybook/angular-accelerator
Expand Down

0 comments on commit dadaecf

Please sign in to comment.