Document repository secret ownership (#8700)

This commit is contained in:
Trask Stalnaker 2023-06-13 07:46:20 -07:00 committed by GitHub
parent 88fe752d7c
commit 102ce2229d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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)