From 102ce2229d3312a3fcde53c435015fbbf07429fe Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 13 Jun 2023 07:46:20 -0700 Subject: [PATCH] Document repository secret ownership (#8700) --- .github/repository-settings.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/repository-settings.md b/.github/repository-settings.md index 5cf63ca5fd..e33e883b52 100644 --- a/.github/repository-settings.md +++ b/.github/repository-settings.md @@ -56,3 +56,16 @@ for [`dependabot/**/**`](https://github.com/open-telemetry/community/blob/main/d ## Code security and analysis * Secret scanning: Enabled + +## Secrets and variables > Actions + +* `GE_CACHE_PASSWORD` +* `GE_CACHE_USERNAME` +* `GPG_PASSWORD` - stored in OpenTelemetry-Java 1Password +* `GPG_PRIVATE_KEY` - stored in OpenTelemetry-Java 1Password +* `GRADLE_ENTERPRISE_ACCESS_KEY` +* `GRADLE_PUBLISH_KEY` +* `GRADLE_PUBLISH_SECRET` +* `OPENTELEMETRYBOT_GITHUB_TOKEN` - owned by [@trask](https://github.com/trask) +* `SONATYPE_KEY` - owned by [@trask](https://github.com/trask) +* `SONATYPE_USER` - owned by [@trask](https://github.com/trask)