Skip to content

test: attempt w full scope token #4

test: attempt w full scope token

test: attempt w full scope token #4

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
deploy-production:
name: Deploy production
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
with:
vercel-args: '--prod'
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}