Docs
Reference

GitHub Actions variables (App)

Move plaintext variables to and from a GitHub repository or environment.

Move plaintext variables to and from a GitHub repository or environment.

This connection is planned. The card is in the console and cannot be connected yet. The page describes what it will do.

The connection

WhatThis provider
VendorGitHub
Keygithub-actions-variables-app
Availabilityplanned. The card is in the console and cannot be connected yet.
Credential penv holdsgithub-app-installation
Values read backyes
Activationimmediate

What it moves

DirectionWhat it does
importReads names and values out of the store into penv.
exportWrites names and values from penv into the store.

When a written value goes live

immediate. The running app sees a new value at once.

What happens to a name that exists

DirectionPolicies you can pick
importskip_existing, new_version, fail
exportcreate_only, overwrite, overwrite_and_prune

How syncs work says what each one does.

How you connect

You grant penv access in your own GitHub account. Pick one of these in the wizard.

Nothing of yours is stored. The sealed field is an id, and penv's own key is what makes it work.

Install the penv GitHub App

penv holds no token of yours; each sync mints its own, for one repository, for an hour. Sign in at the vendor and consent. penv asks the vendor until the grant appears. This method is planned.

Set aside about 1 minute.

  1. Choose the account or organization whose repositories this workspace syncs to.
  2. Pick the repositories the App may reach. That list is yours to change later, and penv cannot widen it.
  3. Approve the install and come back; this page finishes on its own.

What a mapping asks for

Answered once per environment you map.

FieldLabelKindRequiredAdvancedWhat it is
repositoryRepositorytextyesnoThe repository this sync writes to.
ownerAccounttextyesnoThe account or organization that owns it.
environmentEnvironmenttextnoyesLeave empty for the repository's own store. An environment must already exist.

Permissions it needs

penv probes for these when it verifies the connection.

PermissionDirectionsBlockingWithout it
metadata:readevery directionyesWe cannot confirm the App is still installed, or which repositories it reaches.
variables:readimportyesImport cannot read variable values.
variables:writeexportyesExport cannot write anything.