Skip to content

sync-micro-bus

sync-micro-bus #610

name: sync-micro-bus
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
sync-micro-bus:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
- name: Run sync-branches
uses: autowarefoundation/autoware-github-actions/sync-branches@v1
with:
token: ${{ steps.generate-token.outputs.token }}
base-branch: micro-bus
sync-pr-branch: sync-micro-bus
sync-target-repository: https://github.com/tier4/tier4_ad_api_adaptor
sync-target-branch: tier4/universe
pr-title: "chore: sync-micro-bus"
pr-labels: |
bot
sync-micro-bus