Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_something
CONVEX_DEPLOYMENT=dev:something
PUBLIC_CONVEX_URL=https://something.convex.cloud
2 changes: 0 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ EduTools is a SvelteKit-based web application that provides various educational
Create a `.env` file based on `.env.example`:

```bash
PUBLIC_CLERK_PUBLISHABLE_KEY=pk_something
CONVEX_DEPLOYMENT=dev:something
PUBLIC_CONVEX_URL=https://something.convex.cloud
```
Expand Down Expand Up @@ -215,7 +214,6 @@ PUBLIC_CONVEX_URL=https://something.convex.cloud

## Security Considerations

- Uses Clerk for authentication (when configured)
- Report security issues via GitHub Security Advisories
- Environment variables contain sensitive keys - never commit .env files
- Static games/tools should be reviewed for security if user-generated content is involved
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/beta_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

- name: Build
env:
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
run: |
pnpm run build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

- name: Build
env:
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
run: |
pnpm run build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- name: Build
env:
PUBLIC_CLERK_PUBLISHABLE_KEY: ${{ secrets.PUBLIC_CLERK_PUBLISHABLE_KEY }}
PUBLIC_CONVEX_URL: ${{ secrets.PUBLIC_CONVEX_URL }}
run: |
pnpm run build
Expand Down
Loading