List of questions
Related questions
Question 362 - AZ-400 discussion
You plan to create a GitHub workflow that will use GitHub Actions. The actions will require a 256-KB secret. You need to recommend a solution to store and encrypt the secret. The secret value must be accessible only to the workflow. The solution must minimize administrative effort What should you recommend?
A.
Store the secret in the organization-level GitHub secrets.
B.
Store the secret in the repository-level GitHub secrets.
C.
Encrypt the secret value and store the value in the repository. Store the decryption key in the repository-level GitHub secrets.
D.
Encrypt the secret value and store the value in the repository. Store the decryption key in the organization-level GitHub secrets.
Your answer:
0 comments
Sorted by
Leave a comment first