Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anyulled committed Nov 13, 2021
1 parent fdb17e0 commit 275a197
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- run: npm ci
- run: |
printenv
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git remote set-url origin https://git:${secrets.GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
git config --global user.name "Anyul Rivas"
git config --global user.email "${USERMAIL}"
git config --global user.email "support+actions@github.com"
npm run deploy

1 comment on commit 275a197

@vercel
Copy link

@vercel vercel bot commented on 275a197 Nov 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.