Skip to content

@stephansama packages / @stephansama/github-env

@stephansama/github-env

Source codeDocumentationNPM Versionnpm downloads

Additional environment variable types for GitHub CI

Installation

To use these type definitions, add the package to your devDependencies:

sh
pnpm install --save-dev @stephansama/github-env

Usage

In order to enable the GitHub environment variables into your local scope you can either add the following to your tsconfig.json

json
{
  "compilerOptions": {
    "types": ["@stephansama/github-env"]
  }
}

or add the following reference to any typescript file

ts
/// <reference types="@stephansama/github-env" />

🎉 Now you have access to GitHub environment variables in your TypeScript files!

Released under MIT license