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 }}
./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