Skip to content

Commit

Permalink
remove github token from vercel action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 10, 2024
1 parent cbb8ca4 commit 13cd71a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actions/publish-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ runs:
- uses: amondnet/vercel-action@v25.2.0 #deploy
with:
vercel-token: ${{ inputs.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
#vercel-args: '--prod' #Optional
vercel-org-id: ${{ inputs.VERCEL_ORG_ID}} #Required
vercel-project-id: ${{ inputs.VERCEL_PROJECT_ID}} #Required
Expand Down

0 comments on commit 13cd71a

Please sign in to comment.