set-env
env setter
GitHub action to set environment variables globally across multiple steps in a pipeline
Programmatically set github action global environment variables that can be used in subsequent steps
50 stars
3 watching
7 forks
Language: TypeScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
franzdiebold/github-env-vars-action | An action to expose useful environment variables in GitHub workflows. | 185 |
actions/setup-python | This action sets up Python or PyPy and their dependencies for GitHub Actions workflows. | 1,759 |
zweitag/github-actions | Provides reusable GitHub Actions workflows for managing environment variables. | 6 |
nasermirzaei89/env | A package to access environment variables in Go | 18 |
syntaqx/env | A utility package for working with environment variables in Go programs | 6 |
heyvito/goenv.zsh | Automatically sets environment variables based on .goenv files in the current directory | 1 |
rbenv/rbenv-vars | An rbenv plugin that safely sets environment variables before spawning Ruby processes. | 422 |
zpm-zsh/autoenv | Automatically sets environment variables when entering or leaving directories. | 165 |
runtime-env/import-meta-env | Provides a way to manage environment-specific variables in JavaScript applications. | 248 |
sakirsensoy/genv | A Go library that simplifies access to environment variables in projects. | 40 |
subosito/gotenv | A package that loads environment variables from files or io.Reader in Go. | 300 |
dotenv-linter/action-dotenv-linter | Automates linting of .env files in GitHub pull requests using the dotenv-linter and reviewdog tools. | 17 |
af/envalid | Ensures environment variable validation and sanitization in Node.js applications. | 1,399 |
codingconcepts/env | A tool for loading environment variables into Go structs in a flexible and type-safe manner. | 115 |
algorand/sandbox | A tool for creating and configuring an Algorand development environment. | 242 |