GH-200 Exam Question 31

You are developing a GitHub Actions workflow that will build a .NET app.
You need to provide the workflow with access to a sensitive enterprise license. The solution must ensure that the license is NOT exposed publicly or hardcoded.
What should you do?
  • GH-200 Exam Question 32

    Which default environment variable specifies the branch or tag that triggered a workflow?
  • GH-200 Exam Question 33

    Scheduled workflows run on the:
  • GH-200 Exam Question 34

    As a developer, your Actions workflow often reuses the same outputs or downloaded dependencies from one run to another. To cache dependencies for a job, you are using the GitHub cache action. Which input parameters are required for this action? (Each correct answer presents part of the solution. Choose two.)
  • GH-200 Exam Question 35

    In GitHub Actions, where should you declare custom environment variables so they are accessible across all jobs and steps in a single workflow run?