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?
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
As a developer, what is the safest way to reference an action to prevent modification of the underlying code?
Which workflow commands send information from the runner? (Choose two.)