Skip to content

fix(deps): Update sanity monorepo to v3.44.0 (#1600) #1142

fix(deps): Update sanity monorepo to v3.44.0 (#1600)

fix(deps): Update sanity monorepo to v3.44.0 (#1600) #1142

Workflow file for this run

---
name: Sync main to preview
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/create-github-app-token@v1
id: generate-token
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: connor-baer/action-sync-branch@main
with:
branch: preview
token: ${{ steps.generate-token.outputs.token }}
force: true