Question 6 of 99
Which of the following commands will set the $FOO environment variable within a script, so that it may be used in subsequent workflow job steps?
Correct Answer: B

Question 7 of 99
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?
Correct Answer: B

Question 8 of 99
As a developer, how can you identify a JavaScript action on GitHub?
Correct Answer: D

Question 9 of 99
In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
Correct Answer: C, D

Question 10 of 99
As a developer, you need to use GitHub Actions to deploy a microservice that requires runtime access to a secure token. This token is used by a variety of other microservices managed by different teams in different repos. To minimize management overhead and ensure the token is secure, which mechanisms should you use to store and access the token? (Choose two.)
Correct Answer: C, E