Skip to content

Commit

Permalink
ci: print secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 28, 2024
1 parent 629d92d commit 54f089d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,5 @@ jobs:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Log secrets
run: |
echo $VERCEL_PROJECT_ID | sed 's/./& /g'
echo $VERCEL_TOKEN | sed 's/./& /g'
echo $VERCEL_ORG_ID | sed 's/./& /g'
- name: Deploy to Vercel
run: vercel --prod --yes

0 comments on commit 54f089d

Please sign in to comment.