reposets Credentials
Authentication profiles for the reposets CLI tool
| Type | object |
|---|---|
| File match |
reposets.credentials.toml
reposets.credentials.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/reposets-credentials/latest.json |
| Source | https://raw.githubusercontent.com/spencerbeggs/reposets/main/package/schemas/reposets.credentials.schema.json |
Validate with Lintel
npx @lintel/lintel check
Authentication profiles for reposets. This file should be gitignored.
Properties
Named credential profiles. If only one profile is defined, it is used automatically for all repo groups.
Definitions
Authentication credentials for a GitHub account with optional named values for secret and variable resolution
A GitHub personal access token (fine-grained) with administration, secrets, variables, environments, and GPG keys permissions
A 1Password service account token for resolving op:// secret references
Named values resolved from 1Password, files, or inline. Referenced by resolved entries in secret and variable groups.
3 nested properties
Named values resolved via 1Password SDK. Values are op:// reference strings.
Named values read from files. Values are file paths relative to the credentials directory.
Named inline values. Strings are used as-is, objects are JSON-stringified.
Named values resolved from 1Password, files, or inline. Referenced by resolved entries in secret and variable groups.
Named values resolved via 1Password SDK. Values are op:// reference strings.
Named values read from files. Values are file paths relative to the credentials directory.
Named inline values. Strings are used as-is, objects are JSON-stringified.