Skip to content
Merged
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
5 changes: 3 additions & 2 deletions src/content/docs/integrations/buildkite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ steps:
command: .buildkite/dynamic-pipeline.sh | buildkite-agent pipeline upload
```

The plugin reads your [application key](/api/usage) from `MERGIFY_TOKEN` in
the agent's environment. Detection is local, so the meta-data this step writes,
The plugin reads your application key from `MERGIFY_TOKEN` in the agent's
environment. It needs the [`ci` scope](/api/usage#application-key-scopes); an
`admin` key is rejected. Detection is local, so the meta-data this step writes,
and the step skipping below that reads it, work without a token. What a missing
token costs is the upload: the plugin logs a warning and sends nothing, so the
merge queue never sees the scopes.
Expand Down