As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)
Which statement accurately describes using labels to route GitHub Actions workflows to runners?
As a developer, you need to leverage Redis in your workflow. What is the best way to use Redis on a self-hosted Linux runner without affecting future workflow runs?
As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices managed by different teams in different repos. To minimize management overhead and ensure the token is secure, which mechanisms should you use to store and access the token? (Choose two.)
Which action type should be used to bundle a series of run steps into a reusable custom action?
Which default GitHub environment variable indicates the name of the person or app that initiated a workflow?
As a developer, what is the safest way to reference an action to prevent modification of the underlying code?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?