This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the role of a runner in GitHub Actions?
A runner is a custom application for the GitHub Actions platform that performs a complex but frequently repeated task.
A runner is a server that stores your workflows.
A runner is a server that runs your workflows when they're triggered.
What takes precedence if a variable with the same name exists at multiple levels?
The variable at the highest level.
The variable at the lowest level.
The variable at the middle level.
What is the recommended practice when granting credential permissions for secrets in GitHub?
Grant full access to all credentials for ease of use.
Use personal credentials as much as possible.
Grant the minimum permissions possible.
You must answer all questions before checking your work.
Was this page helpful?