Skip to content

v3.0.0

Compare
Choose a tag to compare
@thomasheyenbrock thomasheyenbrock released this 08 Aug 09:54
· 1 commit to master since this release
0796e49

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