Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

pentible/vercel-env-push-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

vercel-env-push-action

Usage

steps:
  - name: Push env to vercel
    uses: pentible/vercel-env-push-action@v1.0.0
    with:
      vercelToken: ${{ secrets.VERCEL_TOKEN }}
      # The name/id of the Vercel project to push to (often repo name)
      projectId: ${{ github.event.repository.name }}
      target: production
      # NOTE: you'll probably want to pull this from some other action or step
      envs: ${{ secrets.env }}
      # additional options
      # gitBranch: ${{ github.head_ref || github.ref_name }}

Local dev

  • ./bin/dev initial setup
  • run the following commands AND append to your shell configs (ie. ~/.zshrc or ~/.bashrc/~/.bash_profile)
eval "$(mise activate zsh)"
# or for bash
# eval "$(mise activate bash)"
  • (optionally) configure mise: ~/.config/mise/settings.toml
trusted_config_paths = ["~/Projects"] # where ~/Projects is wherever you clone your repos
  • dev start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors