GitHub Actions Certificate Exam GitHub-Actions Question # 18 Topic 2 Discussion

GitHub Actions Certificate Exam GitHub-Actions Question # 18 Topic 2 Discussion

GitHub-Actions Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

Your organization is managing secrets using GitHub encrypted secrets, including a secret named SuperSecret. As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?


A.

Create a duplicate entry for SuperSecret in the encrypted secret store and specify MyRepo as the scope.


B.

Create MyRepo_SuperSecret in GitHub encrypted secrets to specify the scope to MyRepo.


C.

Create a file with the SuperSecret. information in the .qithub/secrets folder in MyRepo.


D.

Create and access SuperSecret from the secrets store in MyRepo.


Get Premium GitHub-Actions Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.