Skip to content

chore: zizmor trunk plugin and reusable workflows (INT-1582) (#40) #34

chore: zizmor trunk plugin and reusable workflows (INT-1582) (#40)

chore: zizmor trunk plugin and reusable workflows (INT-1582) (#40) #34

name: Release Please
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
release-please:
uses: masterpointio/actions/.github/workflows/release-please.yaml@7dad35e85d864ca5dda0971dfd3c940cc67ed380 #v0.3.0
with:
release-type: simple
secrets:
MP_BOT_APP_ID: ${{ secrets.MP_BOT_APP_ID }}
MP_BOT_APP_PRIVATE_KEY: ${{ secrets.MP_BOT_APP_PRIVATE_KEY }}
permissions:
contents: write # needed by release-please-action
pull-requests: write # needed by release-please-action
issues: write # needed by release-please-action