Skip to content

chore(main): release 0.7.9 (#192) #19

chore(main): release 0.7.9 (#192)

chore(main): release 0.7.9 (#192) #19

# SPDX-FileCopyrightText: 2026 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0
name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
if: github.repository == 'OpenRailAssociation/github-org-manager'
steps:
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
client-id: ${{ secrets.RELEASER_CLIENT_ID }}
private-key: ${{ secrets.RELEASER_PRIVATE_KEY }}
repositories: github-org-manager
skip-token-revoke: false
permission-contents: write
permission-pull-requests: write
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.app-token.outputs.token }}