Skip to content

fix: Modified yaml file to use secrets instead of variables#111

Merged
Roopan-Microsoft merged 2 commits intomainfrom
pipeline-fix
Mar 4, 2026
Merged

fix: Modified yaml file to use secrets instead of variables#111
Roopan-Microsoft merged 2 commits intomainfrom
pipeline-fix

Conversation

@Prajwal-Microsoft
Copy link
Collaborator

@Prajwal-Microsoft Prajwal-Microsoft commented Mar 4, 2026

Purpose

This pull request updates the way sensitive Azure credentials are provided to the template validation workflow. Instead of using GitHub repository variables, the workflow now uses GitHub secrets for these credentials, which is a more secure practice.

Security improvements:

  • Updated the environment variables AZURE_CLIENT_ID, AZURE_TENANT_ID, and AZURE_SUBSCRIPTION_ID in .github/workflows/azd-template-validation.yml to use GitHub secrets instead of repository variables, enhancing the security of credential management.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 62c49bb into main Mar 4, 2026
4 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the pipeline-fix branch March 4, 2026 17:25
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

🎉 This PR is included in version 1.2.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants