Skip to content

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#219) #114

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#219)

build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#219) #114

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
release_please:
name: Create Release
runs-on: [ubuntu-latest]
steps:
- uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
id: release
with:
token: ${{ steps.token.outputs.token }}