Skip to content

ci(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the gi… #371

ci(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the gi…

ci(deps): bump github/codeql-action from 3.25.10 to 3.25.11 in the gi… #371

---
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: philips-software/app-token-action@9f5d57062c9f2beaffafaa9a34f66f824ead63a9 # v2.0.0
id: token
with:
app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
app_base64_private_key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY_BASE64 }}
auth_type: installation
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
token: ${{ steps.token.outputs.token }}