Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update otel bot permissions #2239

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ The OpenTelemetry Bot addresses two common issues:
prevent accidental recursive workflow runs).

The OpenTelemetry GitHub organization has a GitHub Action secret named `OPENTELEMETRYBOT_GITHUB_TOKEN`, which is a
[Personal Access Token][] for [@opentelemetrybot](https://github.com/opentelemetrybot) with `public_repo`
[Personal Access Token][] for [@opentelemetrybot](https://github.com/opentelemetrybot) with `repo`, `workflow` and `read:org`
scope for the OpenTelemetry Bot that you can use to bypass this limitation.

The personal access token also has `workflow` scope which is needed when merging upstream changes of
Expand Down