Skip to content

Commit

Permalink
testing 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensigo committed Sep 26, 2023
1 parent cd270e8 commit 6562685
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: remove existing variables
run: vercel env rm preview --token=${{ secrets.VERCEL_TOKEN }}
run: |
vercel env rm GOOGLE_ID preview --token=${{ secrets.VERCEL_TOKEN }}
vercel env rm GOOGLE_SECRET preview --token=${{ secrets.VERCEL_TOKEN }}
vercel env rm DATABASE_URL preview --token=${{ secrets.VERCEL_TOKEN }}
vercel env rm NEXTAUTH_SECRET preview --token=${{ secrets.VERCEL_TOKEN }}
vercel env rm NEXTAUTH_URL preview --token=${{ secrets.VERCEL_TOKEN }}
vercel env rm OPEN_AI preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Add env variable to cloud
run: |
GOOGLE_ID="${{ secrets.GOOGLE_ID }}"
Expand Down

0 comments on commit 6562685

Please sign in to comment.