Sync Config GitHub Action
Use the Lunar sync-config GitHub Action to push your config repo to Lunar Hub on every push.
How it works
Example
name: Sync Lunar Config
on:
push:
branches: [main]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: earthly/lunar-actions/sync-config@main
with:
manifest-url: github://my-org/my-config-repo@main
hub-token: ${{ secrets.LUNAR_HUB_TOKEN }}
hub-host: hub.example.com
lunar-version: v1.1.1
rerun-code-collectors: "true"Inputs
Input
Required
Default
CLI equivalent
Versioning
Last updated
