You are a developer, and your container jobs are failing on a self-hosted runner. Which requirements must you check to ensure that the self-hosted runner is properly configured? (Choose two.)
As a developer, you want to review the step that caused a workflow failure and the failed step ' s build logs. First navigate to the main page of the repository on GitHub. Which section contains the step failure information?
You are reaching your organization ' s storage limit for GitHub artifacts and packages. What should you do to prevent the storage limit from being reached?
You need to create new workflows to deploy to an unfamiliar cloud provider. What is the fastest and safest way to begin?
Which of the following scenarios requires a developer to explicitly use the GITHUB_TOKEN or github.token secret within a workflow? (Choose two.)
When reviewing an action for use, what file defines its available inputs and outputs?
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?