Skip to content

Merge pull request #101 from BinkyLabs/dependabot/github_actions/depe… #38

Merge pull request #101 from BinkyLabs/dependabot/github_actions/depe…

Merge pull request #101 from BinkyLabs/dependabot/github_actions/depe… #38

on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate GitHub App token
id: app-token
uses: actions/create-github-app-token@v3
with:
app-id: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
- uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ steps.app-token.outputs.token }}
# optional. customize path to release-please-config.json
config-file: release-please-config.json
# optional. customize path to .release-please-manifest.json
manifest-file: .release-please-manifest.json