Skip to content

chore(deps): update app dependencies to v15.0.1-canary.0 #1374

chore(deps): update app dependencies to v15.0.1-canary.0

chore(deps): update app dependencies to v15.0.1-canary.0 #1374

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@0298935825bb8194982d322e7730b783a2ed9cd2 # v1.1.0
with:
branch: preview
token: ${{ steps.generate-token.outputs.token }}
force: true