Skip to content

Conversation

@AndriiKlymchuk
Copy link
Contributor

@AndriiKlymchuk AndriiKlymchuk commented Dec 11, 2025

Note

Grant OIDC/contents permissions to run_e2e and pass additional E2E secrets; minor YAML cleanup in release notifications.

  • Workflows (.github/workflows/EVENT_release.yml):
    • E2E job:
      • Add permissions: id-token: write, contents: read for run_e2e.
      • Pass new secrets: E2E_VIDEO_AWS_ROLE, E2E_STORAGE_NAME, E2E_STORAGE_REGION.
    • Notifications:
      • Fix list formatting for failed release Slack message link.
    • Minor whitespace cleanup.

Written by Cursor Bugbot for commit 1cbed62. This will update automatically on new commits. Configure here.

Copy link
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 PR fixes the EVENT_release.yml workflow by adding missing configuration required to successfully call the JOB_e2e.yml workflow. The changes ensure that E2E tests can run properly during the release process by providing all required secrets and permissions for AWS OIDC authentication.

Key changes:

  • Added permissions (id-token: write, contents: read) to the run_e2e job for AWS OIDC authentication
  • Added three missing secrets (E2E_VIDEO_AWS_ROLE, E2E_STORAGE_NAME, E2E_STORAGE_REGION) required by the E2E workflow
  • Cleaned up trailing whitespace on two lines

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

@AndriiKlymchuk AndriiKlymchuk enabled auto-merge (squash) December 11, 2025 11:16
@AndriiKlymchuk AndriiKlymchuk merged commit c8ba51d into master Dec 11, 2025
26 checks passed
@AndriiKlymchuk AndriiKlymchuk deleted the fix-event-release-workflow branch December 11, 2025 11:18
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.

3 participants