mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
ci: use RELEASE_PLZ_GITHUB_TOKEN for communique
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2510671b27
commit
d2335f661c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -40,4 +40,5 @@ jobs:
|
|||
TAG_NAME="v$(jq -r .version package.json)"
|
||||
communique generate "$TAG_NAME" --github-release
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue