Skip to content

Update dependency bits-ui to v1.0.0-next.59 (#2798) #12

Update dependency bits-ui to v1.0.0-next.59 (#2798)

Update dependency bits-ui to v1.0.0-next.59 (#2798) #12

Workflow file for this run

name: CMS Deploy
on:
push:
branches:
- main
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git files setup
uses: actions/checkout@v4
- name: Setup environment
uses: ./.github/actions/bun
- name: CI checks
run: bun turbo deploy --filter=cms
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_AUTH_TOKEN }}