Skip to content

Commit 18f2f94

Browse files
AnnatarHeclaude
andcommitted
fix(ci): use production PromptPal token in release workflow
Update release workflow to use PROMPTPAL_API_TOKEN_PROD secret instead of PROMPTPAL_API_TOKEN for production builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent eb7fc7b commit 18f2f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
args: release --clean
5454
env:
5555
PP_ENDPOINT: ${{ secrets.PROMPTPAL_ENDPOINT }}
56-
PP_TOKEN: ${{ secrets.PROMPTPAL_API_TOKEN }}
56+
PP_TOKEN: ${{ secrets.PROMPTPAL_API_TOKEN_PROD }}
5757
VERSION: ${{ steps.release.outputs.tag_name }}
5858
UPTRACE_DSN: ${{ secrets.UPTRACE_DSN }}
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)