Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI: cannot assume role #99

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

zaro0508
Copy link
Contributor

@zaro0508 zaro0508 commented Feb 3, 2025

The deployment is failing with following message[1]

Error: Could not assume role with OIDC:
Not authorized to perform sts:AssumeRoleWithWebIdentity

Not sure why it's failing but the similar CI setup for agora-infra-v3[2] works so attempting to fix with a refactor to the same setup.

This is also a fix for when triggering jobs with workflow_run the default git ref to fetch is the default branch[3], causing all deploys to use the dev branch. We want the workflow to checkout the branch that trigger the event. The github community suggestion is to change workflow_run to workflow_call[4]

[1] https://github.com/Sage-Bionetworks-IT/openchallenges/actions/runs/13117959589/job/36596798361
[2] https://github.com/Sage-Bionetworks-IT/agora-infra-v3/actions
[3] https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_run
[4] https://github.com/orgs/community/discussions/72097#discussioncomment-7376117

The deployment is failing with following message[1]

Error: Could not assume role with OIDC:
Not authorized to perform sts:AssumeRoleWithWebIdentity

Not sure why it's failing but the similar CI setup for agora-infra-v3[2]
works so attempting to fix with a refactor to the same setup.

[1] https://github.com/Sage-Bionetworks-IT/openchallenges/actions/runs/13117959589/job/36596798361
[2] https://github.com/Sage-Bionetworks-IT/agora-infra-v3/actions
@zaro0508 zaro0508 requested review from a team as code owners February 3, 2025 17:25
@zaro0508 zaro0508 requested a review from tschaffter February 3, 2025 17:28
@zaro0508 zaro0508 merged commit 159459e into Sage-Bionetworks-IT:dev Feb 3, 2025
4 checks passed
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