GitHub-Actions Exam Question 1

Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
  • GitHub-Actions Exam Question 2

    As a DevOps engineer, you are developing a container action. You need to execute a cleanup script after completing the main script execution. Which code block should be used to define the cleanup script?
  • GitHub-Actions Exam Question 3

    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.)
  • GitHub-Actions Exam Question 4

    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?
  • GitHub-Actions Exam Question 5

    Which default GitHub environment variable indicates the owner and repository name?