Skip to content

ci: Replace custom scripts with slack_notification action in `Tests… #23

ci: Replace custom scripts with slack_notification action in `Tests…

ci: Replace custom scripts with slack_notification action in `Tests… #23

name: Prepare release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
client-id: ${{ secrets.GH_BOT_APP_ID }}
private-key: ${{ secrets.GH_BOT_APP_KEY }}
owner: ${{ github.repository_owner }}
repositories: mqtt-schema-agent
- name: Run Release Please
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.generate_token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json