Skip to content

Commit

Permalink
ci(workflow): add environment API keys for workflows ๐Ÿ› ๏ธ
Browse files Browse the repository at this point in the history
- Added SERPER, CLEARBIT, CRUNCHBASE, FIRECRAWL, and SERPAPI API keys to the workflow environment variables.
docs(config): update base URL in Vitepress config ๐Ÿš€

- Set the base URL in Vitepress configuration to '/laravel-synapse/'.
  • Loading branch information
use-the-fork committed Oct 11, 2024
1 parent 5c3b7ad commit e682a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
BCRYPT_ROUNDS: 10
MAIL_MAILER: array
TELESCOPE_ENABLED: false
SERPER_API_KEY: FOO
CLEARBIT_API_KEY: FOO
CRUNCHBASE_API_KEY: FOO
FIRECRAWL_API_KEY: FOO
SERPAPI_API_KEY: FOO

steps:
- name: Checkout ๐Ÿ›Ž
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
title: '๐Ÿง  Laravel Synapse',
description: 'AI agents for all!',
lastUpdated: true,
base: '/laravel-synapse/',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit e682a35

Please sign in to comment.