Skip to content

ci: migrate to actions/create-github-app-token #11

ci: migrate to actions/create-github-app-token

ci: migrate to actions/create-github-app-token #11

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
release:
outputs:
release_created: ${{ steps.release.outputs.release_created }}
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: create-iat
with:
app-id: ${{ secrets.RELEASE_GITHUB_APP_ID }}
private-key: ${{ secrets.RELEASE_GITHUB_APP_KEY }}
- uses: google-github-actions/release-please-action@ca6063f4ed81b55db15b8c42d1b6f7925866342d # v3
id: release
with:
command: manifest
token: ${{ steps.create-iat.outputs.token }}