v3.0.0
Instead of passing the GitHub and Vercel tokens via input, you now need to pass them as envs:
- with:
- github-token: ${{ secrets.GITHUB_TOKEN }}
- vercel-token: ${{ secrets.VERCEL_TOKEN }}
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
+ with:
project-id: abc123