Skip to content

Variables

Source: src/GitHub/Variables.ts

Bulk-creates a set of Variables in the same repository.

Plural counterpart of Secrets, for non-sensitive values like region names, role ARNs, environment labels, or feature flags.

yield* GitHub.Variables({
owner: "alchemy-run",
repository: "alchemy",
variables: {
AWS_ROLE_ARN: role.roleArn,
AWS_REGION: region,
},
});