Skip to content

Try disabling missing ‘net’ error in Cypress #1279

Try disabling missing ‘net’ error in Cypress

Try disabling missing ‘net’ error in Cypress #1279

Workflow file for this run

name: CMS
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Sanity
run: npx @sanity/cli install
working-directory: cms
- name: Deploy live studio
run: npx @sanity/cli deploy
working-directory: cms
env:
SANITY_STUDIO_API_PROJECT_ID: 5hlpazgd
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY_TOKEN_PRODUCTION }}
SANITY_STUDIO_PREVIEW_TOKEN: ${{ secrets.SANITY_STUDIO_PREVIEW_TOKEN }}
SANITY_STUDIO_ENVIRONMENT: production