Add Azure OIDC authentication to GitHub Actions workflow#152
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
+ Coverage 65.08% 65.21% +0.13%
==========================================
Files 34 34
Lines 2383 2392 +9
==========================================
+ Hits 1551 1560 +9
Misses 832 832
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
added 17 commits
June 4, 2026 05:31
…ential and improve environment variable handling
…ication and update dependencies in configuration files
… fully implemented
…OK authentication handling
…dential and update AzureOpenAIApi for improved token handling
…e test cases accordingly
…cscope Integration test uses azure-openai model without api key (keyless OIDC auth in CI), so a token_provider from DefaultAzureCredential must be passed explicitly — same pattern used in test_reading_bot.py, test_writing_bot.py, etc.
Unit tests patch azure.identity and reading/writing bot tests import it at module level — so it must be installed even for the unit test job.
…ests, add AZURE_AUTH_METHOD for non-unit tests
0xba1a
approved these changes
Jun 5, 2026
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.
No description provided.