QuestionQ25
Secure and optimize automationWhen should the GITHUB_TOKEN be used in a workflow?
- A when you want to make authenticated calls to the GitHub API
- B when you want to connect to the runner via SSH
- C when you want to access repository-level secrets
- D when you want to call an action from the marketplace
Community Discussion