From 057ba16915c3de04e4b5d170524f01cd4e17f518 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 24 Nov 2024 23:38:14 -0800 Subject: [PATCH] Document NVD_API_KEY (#12776) --- .github/repository-settings.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/repository-settings.md b/.github/repository-settings.md index 630b62297d9a..5a67637c6c90 100644 --- a/.github/repository-settings.md +++ b/.github/repository-settings.md @@ -64,15 +64,22 @@ for [`dependabot/**/**`](https://github.com/open-telemetry/community/blob/main/d ## Secrets and variables > Actions +### Repository secrets + - `GPG_PASSWORD` - stored in OpenTelemetry-Java 1Password - `GPG_PRIVATE_KEY` - stored in OpenTelemetry-Java 1Password - `GRADLE_ENTERPRISE_ACCESS_KEY` - owned by [@trask](https://github.com/trask) - Generated at https://ge.opentelemetry.io > My settings > Access keys - - format of env var is `ge.opentelemetry.io=`, + - Format of env var is `ge.opentelemetry.io=`, see [docs](https://docs.gradle.com/enterprise/gradle-plugin/#via_environment_variable) - `GRADLE_PUBLISH_KEY` - `GRADLE_PUBLISH_SECRET` - `NVD_API_KEY` - stored in OpenTelemetry-Java 1Password -- `OPENTELEMETRYBOT_GITHUB_TOKEN` - owned by [@trask](https://github.com/trask) + - Generated at https://nvd.nist.gov/developers/request-an-api-key + - Key is associated with [@trask](https://github.com/trask)'s gmail address - `SONATYPE_KEY` - owned by [@trask](https://github.com/trask) - `SONATYPE_USER` - owned by [@trask](https://github.com/trask) + +### Organization secrets + +- `OPENTELEMETRYBOT_GITHUB_TOKEN`