Skip to content

Fix credential issue for performance tests - #5210

Open
ahsan-ca wants to merge 1 commit into
developfrom
perf-checkout-utils-github-app-token
Open

Fix credential issue for performance tests#5210
ahsan-ca wants to merge 1 commit into
developfrom
perf-checkout-utils-github-app-token

Conversation

@ahsan-ca

Copy link
Copy Markdown
Contributor

Motivation

Technical Details

Changelog Category

Add a CHANGELOG.md entry for any option other than Not Applicable

    • Added: New functionality.
    • Changed: Changes to existing functionality.
    • Removed: Functionality or support that has been removed. (Compared to a previous release)
    • Optimized: Component performance that has been optimized or improved.
    • Resolved Issues: Known issues from a previous version that have been resolved.
    • Not Applicable: This PR is not to be included in the changelog.

Follow the LLVM AI Tool Use Policy for contributions using AI.

Copilot AI lite review requested due to automatic review settings August 28, 2026 15:45
@ahsan-ca
ahsan-ca requested a review from causten as a code owner August 28, 2026 15:45
@ahsan-ca
ahsan-ca removed the request for review from causten August 28, 2026 15:45
@ahsan-ca ahsan-ca self-assigned this Aug 28, 2026
@ahsan-ca
ahsan-ca requested review from causten and eddieliao August 28, 2026 15:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the performance-test GitHub Actions workflow to change how credentials are passed into the reusable ROCm/migraphx-benchmark performance workflow.

Changes:

  • Adds a gh_app_client_id workflow input (sourced from repo variables).
  • Replaces the existing reusable-workflow secret wiring with a GitHub App private key secret.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +65 to +67
gh_app_client_id: ${{ vars.GH_APP_MIGRAPHX_BOT_PR_WRITE_CLIENT_ID }}
secrets:
BENCHMARK_UTILS_READ_TOKEN: ${{ secrets.BENCHMARK_UTILS_READ_TOKEN }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_MIGRAPHX_BOT_PR_WRITE_PRIVATE_KEY }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants