Skip to content

Commit 13cd71a

Browse files
committed
remove github token from vercel action for now
1 parent cbb8ca4 commit 13cd71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actions/publish-vercel/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ runs:
4141
- uses: amondnet/[email protected] #deploy
4242
with:
4343
vercel-token: ${{ inputs.VERCEL_TOKEN }} # Required
44-
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
4544
#vercel-args: '--prod' #Optional
4645
vercel-org-id: ${{ inputs.VERCEL_ORG_ID}} #Required
4746
vercel-project-id: ${{ inputs.VERCEL_PROJECT_ID}} #Required

0 commit comments

Comments
 (0)