Skip to content

feat: Add pod disruption budget capability (#87) #63

feat: Add pod disruption budget capability (#87)

feat: Add pod disruption budget capability (#87) #63

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
with:
app-id: "${{ secrets.APP_ID }}"
private-key: "${{ secrets.AUTOMATION_KEY }}"
- uses: google-github-actions/release-please-action@v4
with:
token: "${{ steps.generate_token.outputs.token }}"
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json