As a developer, you are designing a workflow and need to communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Which of the following options should you use?
Which of the following scenarios would require the use of self-hosted runners instead of GitHub-hosted runners?
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)
Which files are required for a Docker container action in addition to the source code? (Choose two.)
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
Which of the following statements are true regarding the use of GitHub Actions on a GitHub Enterprise Server instance? (Choose three.)
When creating and managing custom actions in an enterprise setting, which of the following is considered a best practice?
As a DevOps engineer, you are trying to leverage an organization secret in a repo. The value received in the workflow is not the same as that set in the secret. What is the most likely reason for the difference?
Your organization is managing secrets using GitHub encrypted secrets, including a secret named SuperSecret. As a developer, you need to create a version of that secret that contains a different value for use in a workflow that is scoped to a specific repository named MyRepo. How should you store the secret to access your specific version within your workflow?
As a developer, which workflow steps should you perform to publish an image to the GitHub Container Registry? (Choose three.)
Which default environment variable specifies the branch or tag that triggered a workflow?
Which of the following scenarios requires a developer to explicitly use the GITHUB_TOKEN or github.token secret within a workflow? (Choose two.)
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.)