name: Sync main into develop

on:
  push:
    branches: [main]
  workflow_dispatch:

permissions:
  contents: write
  pull-requests: write

jobs:
  control-plane:
    uses: lopugit/thingtime/.github/workflows/sync-main-into-develop.yml@github-actions
    secrets: inherit
