1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Merge pull request #56461 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2025-07-02 14:33:14 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ The [Sentry MCP server](https://github.com/getsentry/sentry-mcp) gives {% data v
"SENTRY_HOST": "https://contoso.sentry.io",
// or refer to a {% data variables.product.prodname_actions %} secret with a name starting with
// `COPILOT_MCP_`
"SENTRY_AUTH_TOKEN": "COPILOT_MCP_SENTRY_AUTH_TOKEN"
"SENTRY_ACCESS_TOKEN": "COPILOT_MCP_SENTRY_ACCESS_TOKEN"
}
}
}