Skip to content

build(deps): bump the github-actions group across 1 directory with 4 … #13

build(deps): bump the github-actions group across 1 directory with 4 …

build(deps): bump the github-actions group across 1 directory with 4 … #13

---
name: Create Release
on:
workflow_dispatch:
push:
branches: [main]
permissions:
contents: read
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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
id: release
with:
token: ${{ steps.token.outputs.token }}