CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 24: GitHub Actions

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 y…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Create a duplicate entry for SuperSecret in the encrypted secret store and specify MyRepo as the scope.
  2. B. Create MyRepo_SuperSecret in GitHub encrypted secrets to specify the scope to MyRepo. — đáp án hiện tại
  3. C. Create a file with the SuperSecret. information in the .qithub/secrets folder in MyRepo.
  4. D. Create and access SuperSecret from the secrets store in MyRepo.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề