Skip to content

Commit

Permalink
update ci secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
haffi96 committed Oct 16, 2023
1 parent 79637b6 commit 840f04f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
PROD_DATABASE_URL: ${{ secrets.PROD_DATABASE_URL }}
ENV: prod
SQS_QUEUE_URL: ${{ secrets.PROD_SQS_QUEUE_URL }}
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
RESEND_API_KEY: ${{ secrets.PROD_RESEND_API_KEY }}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
DEV_DATABASE_URL: ${{ secrets.DEV_DATABASE_URL }}
ENV: dev
SQS_QUEUE_URL: ${{ secrets.DEV_SQS_QUEUE_URL }}
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
RESEND_API_KEY: ${{ secrets.DEV_RESEND_API_KEY }}
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
interface ImportMetaEnv {
// readonly API_URL: string;
readonly ENV: string;
readonly DATABASE_URL: string;
readonly GOOGLE_CLIENT_ID: string;
readonly GOOGLE_CLIENT_SECRET: string;
readonly GITHUB_CLIENT_ID: string;
Expand Down

0 comments on commit 840f04f

Please sign in to comment.