mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-15 22:30:31 +00:00
chore: use new release-plz token
This commit is contained in:
parent
6d3ca74ece
commit
1c87378f40
2 changed files with 3 additions and 3 deletions
3
.github/workflows/release-plz.yml
vendored
3
.github/workflows/release-plz.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue