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 e961693 commit 84487df
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ jobs:
node-version: '16.x'
- name: Install Vercel CLI
run: npm install --global vercel@latest
# - name: remove existing variables
# run: |
# vercel env rm GOOGLE_ID -yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
# vercel env rm GOOGLE_SECRET -yes --environment=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: ls existing variables
run: vercel env ls --environment=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 }}
Expand Down

0 comments on commit 84487df

Please sign in to comment.