Skip to content

ci(gh-token-action): use client-id instead of app-id#11968

Merged
DariuszPorowski merged 2 commits into
mainfrom
dp/asleep-primate-gold
May 21, 2026
Merged

ci(gh-token-action): use client-id instead of app-id#11968
DariuszPorowski merged 2 commits into
mainfrom
dp/asleep-primate-gold

Conversation

@DariuszPorowski
Copy link
Copy Markdown
Member

@DariuszPorowski DariuszPorowski commented May 20, 2026

Description

This pull request updates several GitHub Actions workflow files to use client-id instead of app-id when generating GitHub App tokens with the actions/create-github-app-token action.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document is added or updated under eng/design-notes/ in this repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for resource-types-contrib is created, if resource types or recipes are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for dashboard is created, if the Radius Dashboard is affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable

@DariuszPorowski DariuszPorowski self-assigned this May 20, 2026
@DariuszPorowski DariuszPorowski requested a review from a team as a code owner May 20, 2026 21:47
Copilot AI review requested due to automatic review settings May 20, 2026 21:47
@DariuszPorowski DariuszPorowski requested review from a team as code owners May 20, 2026 21:47
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates Radius GitHub Actions workflows to use the GitHub App client-id input (instead of app-id) when generating installation tokens via actions/create-github-app-token, aligning token generation with GitHub App client IDs across CI and automation workflows.

Changes:

  • Replaced app-id with client-id for actions/create-github-app-token usage across multiple workflows.
  • Removed now-unused environment variables that previously held App IDs.
  • Minor whitespace/formatting cleanup in long-running-azure.yaml.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/triage-bot.yaml Switch triage bot token generation from app-id to client-id.
.github/workflows/release.yaml Update release workflow App token generation to use client-id.
.github/workflows/publish-de-image.yaml Update publisher bot token generation to use client-id.
.github/workflows/long-running-azure.yaml Update functional test App token generation to use client-id; remove obsolete env var and tidy formatting.
.github/workflows/functional-test-cloud.yaml Update functional test App token generation to use client-id; remove obsolete env var.
.github/workflows/build.yaml Update build workflow App token generation to use client-id.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

Unit Tests

    2 files  ±0    429 suites  ±0   7m 25s ⏱️ -8s
5 199 tests ±0  5 197 ✅ ±0  2 💤 ±0  0 ❌ ±0 
6 277 runs  ±0  6 275 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit be51cfd. ± Comparison against base commit 80d8ad3.

♻️ This comment has been updated with latest results.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.81%. Comparing base (80d8ad3) to head (be51cfd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11968      +/-   ##
==========================================
- Coverage   51.82%   51.81%   -0.02%     
==========================================
  Files         728      728              
  Lines       45960    45960              
==========================================
- Hits        23821    23815       -6     
- Misses      19869    19872       +3     
- Partials     2270     2273       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DariuszPorowski DariuszPorowski force-pushed the dp/asleep-primate-gold branch from 1a38019 to def1030 Compare May 21, 2026 01:12
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@DariuszPorowski DariuszPorowski force-pushed the dp/asleep-primate-gold branch from def1030 to e8de56b Compare May 21, 2026 01:13
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented May 21, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref be51cfd
Unique ID func41fe2c686e
Image tag pr-func41fe2c686e
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func41fe2c686e
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func41fe2c686e
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func41fe2c686e
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func41fe2c686e
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func41fe2c686e
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@DariuszPorowski DariuszPorowski enabled auto-merge (squash) May 21, 2026 15:35
Copy link
Copy Markdown
Member

@brooke-hamilton brooke-hamilton left a comment

Choose a reason for hiding this comment

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

🚀

@DariuszPorowski DariuszPorowski merged commit f7b8959 into main May 21, 2026
57 checks passed
@DariuszPorowski DariuszPorowski deleted the dp/asleep-primate-gold branch May 21, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants