Skip to content

Merge pull request #76 from nabeken/nabeken-patch-1 #24

Merge pull request #76 from nabeken/nabeken-patch-1

Merge pull request #76 from nabeken/nabeken-patch-1 #24

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Get GITHUB_TOKEN for release
uses: nabeken/go-github-apps@fc859a239d984b2704ccbe50f0ea4d9034e7cdaa # v0
id: go-github-apps
with:
app_id: ${{ secrets.release_gh_app_id }}
installation_id: ${{ secrets.release_gh_app_inst_id }}
private_key: ${{ secrets.release_gh_app_priv_key }}
- uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3
with:
release-type: go
token: ${{ steps.go-github-apps.outputs.app_github_token }}