chore: use new release-plz token

This commit is contained in:
jdx 2025-07-17 13:42:54 +00:00
parent 6d3ca74ece
commit 1c87378f40
No known key found for this signature in database
GPG key ID: 584DADE86724B407
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,6 @@ on:
push:
branches:
- main
- release-plz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -26,7 +25,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
- uses: jdx/mise-action@v2
- run: mise run release-plz
env:

View file

@ -1,10 +1,11 @@
name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- main
push:
branches:
- main
- 'releases/*'
workflow_dispatch:
concurrency: