Become GitHub Certified with updated GitHub-Actions exam questions and correct answers
How do you control who is allows to make changes to a workflow file?
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?
A workflow file checked into Git defines a step to deploy an application to Heroku. What's the issue with this workflow?
1. jobs:
2. build:
3. runs-on: ubuntu-latest
4. steps:
5. - uses: actions/checkout@v2
6. - uses: akhileshns/heroku-deploy@v3.13.15
7. with:
8. heroku_api_key: "985656eabf5ca98a17caae78c8858e88f2616214"
9. heroku_app_name: "my-app"
10. heroku_email: "john.doe@gmail.com"
As a developer, you are optimizing a GitHub workflow that uses and produces many different files. You need to determine when to use caching versus workflow artifacts. Which two statements are true? (Choose two.)
You want to convert all of your existing CI/CD pipelines running on third-party products to GitHub Actions workflows. To automate the process you are planning to use the "actions importer extension". How do you install it?
© Copyrights DumpsCertify 2026. All Rights Reserved
We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the DumpsCertify.