Skip to content

Commit aed01ec

Browse files
AnnatarHeclaude
andcommitted
fix(config): remove extra quotes from PromptPal token configuration
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8787fbb commit aed01ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

promptpal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
input:
22
http:
33
url: 'https://pp.shelltime.xyz'
4-
token: '"@env.PROMPTPAL_API_TOKEN"'
4+
token: '@env.PROMPTPAL_API_TOKEN'
55
output:
66
schema: ./schema.g.json
77
go_types:

0 commit comments

Comments
 (0)