Skip to content

Commit

Permalink
try with next_public
Browse files Browse the repository at this point in the history
  • Loading branch information
jchaselubitz committed Dec 13, 2023
1 parent e6701de commit 35a85db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/api/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import options from './auth/next-auth';
const gcpCredentials = {
type: 'service_account',
project_id: process.env.NEXT_PUBLIC_GOOGLE_CLOUD_PROJECT_ID,
private_key_id: process.env.GCP_KEY_ID,
private_key: process.env.GCP_PRIVATE_KEY,
private_key_id: process.env.NEXT_PUBLIC_GCP_KEY_ID,
private_key: process.env.NEXT_PUBLIC_GCP_PRIVATE_KEY,
client_email: '[email protected]',
client_id: '108640420626649045093',
auth_uri: 'https://accounts.google.com/o/oauth2/auth',
Expand Down

0 comments on commit 35a85db

Please sign in to comment.