Skip to content

chore: release main (#1681) #1207

chore: release main (#1681)

chore: release main (#1681) #1207

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