Skip to content

build: Bump actions/checkout from 6.0.0 to 6.0.1 #17

build: Bump actions/checkout from 6.0.0 to 6.0.1

build: Bump actions/checkout from 6.0.0 to 6.0.1 #17

Workflow file for this run

name: Release Please
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
id: app-token
with:
app-id: ${{ vars.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
token: ${{ steps.app-token.outputs.token }}
config-file: ".github/release-please-config.json"
manifest-file: ".github/.release-please-manifest.json"