You are a developer working on developing reusable workflows for your organization. What keyword should be included as part of the reusable workflow event triggers?
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)
As a developer, you need to create a custom action written in Python. Which action type should you choose?
As a developer, you need to create a custom action written in Python. Which action type should you choose?
Which syntax correctly accesses a job output (output1) of an upstream job (job1) from a dependent job within a workflow?
As a developer, how can you identify a Docker container action on GitHub?
A development team has been using a Powershell script to compile and package their solution using existing tools on a Linux VM, which has been configured as a self-hosted runner. They would like to use the script as-is in an automated workflow. Which of the following should they do to invoke their script within a workflow step?
As a developer, you have a 10-MB data set that is required in a specific workflow. Which steps should you perform so the dataset is stored encrypted and can be decrypted during the workflow? (Choose three.)
As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
In which scenarios could the GITHUB_TOKEN be used? (Choose two.)
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?