azizrosyid/Vercel Deployer
Reusable composite action for Vercel deployments with optional commit author rewriting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 5, 2026
- License
- None
Pinned Snippet
uses: azizrosyid/vercel-deployer@e08d153211e710019aa8c9fd2205947cc39c47f6 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vercel-token | Vercel API token | yes | — |
| vercel-org-id | Vercel Organization ID | yes | — |
| vercel-project-id | Vercel Project ID | yes | — |
| environment | Deployment environment (production or preview) | — | production |
| node-version | Node.js version | — | 20 |
| rewrite-author-name | Rewrite commit author name (optional) | — | "" |
| rewrite-author-email | Rewrite commit author email (optional) | — | "" |
| package-manager | Package manager to use (npm, pnpm, yarn, bun). Auto-detects from lock file if not set. | — | auto |
Outputs
no outputs