You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/github/github-introduction-products/8-knowledge-check.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,4 +111,9 @@ quiz:
111
111
explanation: "Incorrect. The authentication tokens you can create in your account settings are personal access tokens (PATs)."
112
112
- content: "Encrypted secrets are the equivalent of SSH keys in GitHub."
113
113
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)."
0 commit comments