Skip to content

Commit

Permalink
✨ Clean up lab deployment and start using new setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsml committed Mar 30, 2023
1 parent dc5f711 commit 4f5400c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish_lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,15 @@ on:
description: 'Tag for npm package (next | latest)'
required: true
default: 'next'
storybook-slot:
description: 'Slot for Storybook (development | production | lab | test)'
required: false
default: 'lab'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
setup:
uses: equinor/design-system/.github/workflows/_setup.yml@develop
uses: equinor/design-system/.github/workflows/_setup_new.yml@develop
with:
cacheKey: ${{ github.sha }}
checkout_paths: packages/eds-core-react packages/eds-tokens packages/eds-icons packages/eds-lab-react packages/eds-utils
stage: ${{ github.event.inputs.storybook-slot }}
tag: ${{ github.event.inputs.npm-tag }}
packages:
name: Process packages
Expand Down

0 comments on commit 4f5400c

Please sign in to comment.