Skip to content

Conversation

@M3GH4NN
Copy link

@M3GH4NN M3GH4NN commented Mar 12, 2024

Set GitHub Secrets of Azure Credentials to environment variables

Copy link
Member

@nicholasmhughes nicholasmhughes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (blocking): The PR introduces a new job to encode AZURE_* secrets and pass them to subsequent jobs, yet GitHub Actions inherently supports the use of encrypted secrets directly in the workflow. GitHub Actions workflows have built-in support for securely handling secrets without the need for explicit encoding or intermediate steps. Given that the AZURE_* secrets are already configured in the GitHub repository settings, the tests should be able to access these secrets directly, provided the necessary permissions are set. This raises the question of whether the additional complexity introduced by the credentials job is necessary.

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