Skip to content

Commit

Permalink
feat: rename to vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed May 16, 2020
1 parent e3c3133 commit d9b9c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: build
run: |
cd example/angular
npm install
npm ci
npx ng build --prod
- uses: ./
id: vercel-action-staging
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/example-express-basic-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.NOW_PROJECT_ID_AUTH }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
working-directory: example/express-basic-auth
- uses: ./
id: now-deployment-production
Expand All @@ -28,6 +28,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-project-id: ${{ secrets.NOW_PROJECT_ID_AUTH }}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID_AUTH }}
vercel-args: '--prod'
working-directory: example/express-basic-auth

0 comments on commit d9b9c7b

Please sign in to comment.