New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@stephansama/types-github-action-env

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stephansama/types-github-action-env

environment variable types for GitHub Action environment

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@stephansama/types-github-action-env

Source code Documentation NPM Version npm downloads

Additional environment variable types for GitHub CI

Installation

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

pnpm install --save-dev @stephansama/types-github-action-env

Usage

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

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

or add the following reference to any typescript file

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

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

Keywords

actions

FAQs

Package last updated on 09 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts