Skip to content

🎨 update (#14)

🎨 update (#14) #2

name: Deploy sanity studio
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'studio/**/*'
- '!./README.md'
permissions:
id-token: write
packages: write
jobs:
deploy:
uses: ./.github/workflows/deploy-studio/

Check failure on line 16 in .github/workflows/deploy-sanity-studio.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-sanity-studio.yaml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
#with:
# environment: 'development'
secrets:
sanity_deploy_token: ${{ secrets.SANITY_DEPLOY_TOKEN }}