Skip to content

Commit be3212d

Browse files
authored
Update 8-knowledge-check.yml
1 parent d8f0ab9 commit be3212d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

learn-pr/github/github-introduction-products/8-knowledge-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,9 @@ quiz:
111111
explanation: "Incorrect. The authentication tokens you can create in your account settings are personal access tokens (PATs)."
112112
- content: "Encrypted secrets are the equivalent of SSH keys in GitHub."
113113
isCorrect: false
114+
explanation: "Incorrect. SSH keys are also called SSH keys in GitHub."
115+
- content: "Encrypted secrets are encrypted environment variables you can create to store sensitive information."
116+
isCorrect: true
117+
explanation: "Correct. Once created, encrypted secrets become available for use in your workflows and actions at the level at which they were created (organization or repository)."
118+
114119

0 commit comments

Comments
 (0)