Skip to content

chore(DEVOPS-10688): rename deprecated app-id input to client-id in c… #6

chore(DEVOPS-10688): rename deprecated app-id input to client-id in c…

chore(DEVOPS-10688): rename deprecated app-id input to client-id in c… #6

Workflow file for this run

name: Release
on:
push:
branches:
- master
- releases/**
permissions:
contents: write
pull-requests: write
concurrency:
group: "release-${{ github.ref_name }}"
jobs:
release-please:
runs-on: [ubuntu-slim]
name: Release Automation
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
id: generate-token
with:
client-id: ${{ secrets.LENDABOT_APP_ID }}
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
id: release
with:
token: ${{ steps.generate-token.outputs.token }}
config-file: .github/release-please-config.json
manifest-file: .github/.release-please-manifest.json
include-component-in-tag: false
target-branch: ${{ github.ref_name }}