Skip to content

Set up ScopedRateThrottle for endpoint-specific rate limits (#3581) #68

Set up ScopedRateThrottle for endpoint-specific rate limits (#3581)

Set up ScopedRateThrottle for endpoint-specific rate limits (#3581) #68

name: Deploy Storybook
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
name: Build & deploy
runs-on: SFDO-Tooling-Ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --frozen--lockfile
- run: yarn deploy-storybook --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}