feat: implement Vercel Blob GitHub Action with comprehensive workflow examples #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
This PR implements a complete GitHub Action for uploading files to Vercel Blob storage. The action provides a simple interface for developers to integrate Vercel Blob uploads into their CI/CD workflows.
Key Features:
action.yml, Node.js source code, and proper package configuration@vercel/blobSDK with proper environment variable handlingBLOB_READ_WRITE_TOKENas input and automatically sets it as an environment variable for the SDKTechnical Implementation:
Files Added/Modified:
action.yml- Action metadata and input/output definitionssrc/index.js- Main action logic using Vercel Blob SDKpackage.json- Dependencies and project configurationREADME.md- Comprehensive documentation and examples.github/workflows/upload-to-blob.yml- Sample workflow with multiple scenarios.gitignore- Node.js gitignore patternsInclude a screenshot where applicable
N/A - This is a GitHub Action implementation without UI components.
Issue ticket number and link
No related issues found.