Skip to content

Fix permissions for release workflow#1284

Merged
MrAlias merged 1 commit into
open-telemetry:mainfrom
MrAlias:fix-release-perms
Feb 11, 2026
Merged

Fix permissions for release workflow#1284
MrAlias merged 1 commit into
open-telemetry:mainfrom
MrAlias:fix-release-perms

Conversation

@MrAlias
Copy link
Copy Markdown
Contributor

@MrAlias MrAlias commented Feb 11, 2026

@MrAlias MrAlias added this to the v0.6.0 milestone Feb 11, 2026
@MrAlias MrAlias marked this pull request as ready for review February 11, 2026 15:42
@MrAlias MrAlias requested a review from a team as a code owner February 11, 2026 15:42
Copilot AI review requested due to automatic review settings February 11, 2026 15:42
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

Adjusts the Release GitHub Actions workflow to explicitly grant the minimum required GITHUB_TOKEN permissions on jobs that call reusable workflows, fixing failures caused by the workflow-level permissions: {} setting.

Changes:

  • Add per-job permissions to test jobs that invoke reusable workflows so they can publish checks / PR annotations and upload artifacts where needed.
  • Add per-job permissions to docker build/publish jobs to allow OIDC (id-token: write) and package publishing (packages: write) while keeping contents: read.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.21%. Comparing base (d12e161) to head (088a815).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1284       +/-   ##
===========================================
+ Coverage   19.36%   44.21%   +24.85%     
===========================================
  Files         239      304       +65     
  Lines       27944    27713      -231     
===========================================
+ Hits         5411    12254     +6843     
+ Misses      21901    14728     -7173     
- Partials      632      731       +99     
Flag Coverage Δ
integration-test ?
integration-test-arm ?
k8s-integration-test ?
oats-test ?
unittests 44.21% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

Copy link
Copy Markdown
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

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

LGTM!

@MrAlias MrAlias merged commit 45694e6 into open-telemetry:main Feb 11, 2026
15 checks passed
@MrAlias MrAlias deleted the fix-release-perms branch February 11, 2026 18:32
@MrAlias MrAlias mentioned this pull request Mar 5, 2026
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.

4 participants