Skip to content

chore(ci): add back rp permissions #7

chore(ci): add back rp permissions

chore(ci): add back rp permissions #7

Workflow file for this run

name: release-pr
on:
push:
branches: [master]
permissions:
contents: write
pull-requests: write
jobs:
release-pr:
name: Maintain Release PR
runs-on: ubuntu-24.04
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GH_RELEASE_PLEASE_TOKEN_PUBLIC }}
config-file: .github/release-please.config.json
manifest-file: .github/release-please.manifest.json