Question 26

In GitHub Actions, how is the success or failure of a step determined by its exit code?
  • Question 27

    How can GitHub Actions encrypted secrets be used in if: conditionals within a workflow job?
  • Question 28

    Which of the following scenarios requires a developer to explicitly use the GITHUB_TOKEN or github.token secret within a workflow? (Choose two.)
  • Question 29

    Which of the following is the best way for an enterprise to prevent certain marketplace actions from running?
  • Question 30

    You need to make a script to retrieve workflow run logs via the API. Which is the correct API to download a workflow run log?