Skip to content

chore(mise): Update tool zizmor (1.28.0 → 1.29.0) (#73) #23

chore(mise): Update tool zizmor (1.28.0 → 1.29.0) (#73)

chore(mise): Update tool zizmor (1.28.0 → 1.29.0) (#73) #23

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release-please:
runs-on: ubuntu-24.04
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Generate Token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: app-token
with:
client-id: ${{ secrets.BOT_CLIENT_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
permission-contents: write
permission-issues: write
permission-pull-requests: write
- name: Release Please
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json