Skip to content

ci: switch to reusable workflows (#226) #185

ci: switch to reusable workflows (#226)

ci: switch to reusable workflows (#226) #185

name: Publish release
on:
push:
branches: [main]
jobs:
release-please:
uses: inclusive-design/workflows/.github/workflows/release-please.yml@main
with:
GHA_APP_ID: ${{ vars.GHA_APP_ID }}
secrets:
GHA_PRIVATE_KEY: ${{ secrets.GHA_PRIVATE_KEY }}