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 2b9063e commit 84ae8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: ls existing variables
run: vercel env ls preview --token=${{ secrets.VERCEL_TOKEN }}
- name: Add env variable to cloud
run: vercel env add GOOGLE_ID ${{ secrets.GOOGLE_ID }} --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
run: vercel env add GOOGLE_ID --environment=preview --yes --token=${{ secrets.VERCEL_TOKEN }}
# vercel env add GOOGLE_SECRET=${{ secrets.GOOGLE_SECRET }} --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
# vercel env add DATABASE_URL=${{ secrets.DATABASE_URL_DEV }} --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
# vercel env add NEXTAUTH_SECRET=${{ secrets.NEXTAUTH_SECRET_DEV }} --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 84ae8f6

Please sign in to comment.