QVAC-16473 infra: fix startup_failure in on-pr-test-sdk.yml — add missing id-token permission#1704
Merged
Merged
Conversation
Nested android/ios jobs in test-sdk.yml require id-token:write for AWS OIDC credential exchange. The caller workflow permissions are the ceiling for all nested reusable workflows — without this, GitHub rejects the entire workflow chain at startup with startup_failure.
NamelsKing
approved these changes
Apr 22, 2026
Contributor
Tier-based Approval Status |
Victor-Rodzko
approved these changes
Apr 22, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
Nested android/ios jobs in test-sdk.yml require id-token:write for AWS OIDC credential exchange. The caller workflow permissions are the ceiling for all nested reusable workflows — without this, GitHub rejects the entire workflow chain at startup with startup_failure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 What problem does this PR solve?
on-pr-test-sdk.ymlfails withstartup_failureevery time it triggers — no jobs run at alltest-sdk.ymlandroid/ios jobs needid-token: writefor AWS OIDC, buton-pr-test-sdk.ymldidn't grant it.📝 How does it solve it?
id-token: writeto the top-level permissions block inon-pr-test-sdk.ymlon-pr-test-sdk.yml->test-sdk.yml->test-{desktop,android,ios}-sdk.yml🧪 How was it tested?
test-e2e-smokeortest-e2e-fulllabel on PR test: update docs for tests-qvac #1703 to verify