Copy these to your Val Town environment variables section:
GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
WEBHOOK_SECRET=a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456
sk-ant-api03-)Generate a random string:
# On Mac/Linux: openssl rand -hex 32 # Or use any random string generator # Example: a1b2c3d4e5f6789012345678901234567890abcdef1234567890abcdef123456
The variables will be available to all your vals via Deno.env.get('VARIABLE_NAME').