Skip to content

feat: add stack-authority action and generalize backend discovery (#568) #561

feat: add stack-authority action and generalize backend discovery (#568)

feat: add stack-authority action and generalize backend discovery (#568) #561

Workflow file for this run

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate token
uses: actions/create-github-app-token@v3
id: generate_token
with:
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
- uses: actions/checkout@v6
- uses: ./.github/actions/release-please-semvar
with:
app_token: ${{ steps.generate_token.outputs.token }}