chore: switch Claude workflows from Foundry to AWS Bedrock#1504
Merged
aseembits93 merged 2 commits intomainfrom Feb 17, 2026
Merged
chore: switch Claude workflows from Foundry to AWS Bedrock#1504aseembits93 merged 2 commits intomainfrom
aseembits93 merged 2 commits intomainfrom
Conversation
Replace Azure Foundry authentication with AWS Bedrock OIDC in all Claude Code GitHub Actions workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Saga4
approved these changes
Feb 17, 2026
Contributor
Author
|
@Saga4 i have added the necessary secrets, you can force merge this one |
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.
Summary
aws-actions/configure-aws-credentials@v4step to each job for OIDC-based authenticationclaude-opus-4-6to the Bedrock formatus.anthropic.claude-opus-4-6-v1:0ANTHROPIC_FOUNDRY_API_KEYandANTHROPIC_FOUNDRY_BASE_URLenvironment variables (no longer needed — AWS credentials are injected by the configure-aws-credentials action)Affected workflows
.github/workflows/claude.yml— bothpr-reviewandclaude-mentionjobs.github/workflows/duplicate-code-detector.yml—detect-duplicatesjobRequired secrets
The following GitHub repository secrets must be configured before merging:
AWS_ROLE_TO_ASSUME— ARN of the IAM role for OIDC federationAWS_REGION— AWS region where Bedrock is enabledThe old
AZURE_ANTHROPIC_API_KEYandAZURE_ANTHROPIC_ENDPOINTsecrets can be removed after this lands.Test plan
AWS_ROLE_TO_ASSUMEandAWS_REGIONsecrets are set in the repositoryus.anthropic.claude-opus-4-6-v1:0(cross-region inference)pr-reviewjob and confirm it authenticates and runs successfully@claudemention in a PR comment to verify theclaude-mentionjob🤖 Generated with Claude Code