Variables
Source:
src/GitHub/Variables.ts
Bulk-creates a set of {@link Variable}s in the same repository.
Plural counterpart of {@link import(”./Secrets.ts”).Secrets}, for non-sensitive values like region names, role ARNs, environment labels, or feature flags.
Examples
Section titled “Examples”yield* GitHub.Variables({ owner: "alchemy-run", repository: "alchemy-effect", variables: { AWS_ROLE_ARN: role.roleArn, AWS_REGION: region, },});