Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.34 KB

setup.md

File metadata and controls

32 lines (29 loc) · 1.34 KB

Hands-on Labs Setup

In this lab you will fork the repository and enable the GitHub Actions

Duration: 5-10 minutes ** blah blah blah References:

Fork the current repository and enable GitHub Actions

  1. Fork the current repository gh-abcs-actions
  2. Optional, copy or clone the repository by importing the repository into your account.
  3. Go to Actions and see the warning message

    Workflows aren’t being run on this forked repository

  4. Review the workflows and click on the button I understand my workflows, go ahead and enable them
  5. You should now be able to see the list of all workflows
  6. (Optional) In your forked repository, create an new issue with tasks to monitor your progress
  • Title: Training - Hands-on Labs & Activities
  • Content:
### Hands-on Labs & Activities:
- [x] Hands-on Labs Setup
- [ ] Module 1: Introduction to GitHub Actions
- [ ] Module 2: Syntax
- [ ] Module 3: Environments and Secrets
- [ ] Module 4: Workflow Templates
- [ ] Module 5: Custom actions
- [ ] Module 6: Self-hosted runners
- [ ] Module 7: CI/CD
  1. Fetch upstream to get the latest changes from the upstream repository