Skip to content

chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0… #68

chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0…

chore(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0… #68

---
name: Create Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
id: token
with:
app-id: ${{ vars.FOREST_RELEASER_APP_ID }}
private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }}
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
token: ${{ steps.token.outputs.token }}