Skip to content

In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.

License

Notifications You must be signed in to change notification settings

BaseMax/github-actions-tehlug

Repository files navigation

GitHub Actions Talk - Tehran LUG (Feb 27, 2025)

This repository contains the slides and resources for my talk on GitHub Actions, presented at the Tehran Linux Users Group (Tehran LUG) on February 27, 2025. In this session, I covered the fundamentals of GitHub Actions, its use cases, and advanced features, helping developers automate their workflows and integrate Continuous Integration (CI) and Continuous Deployment (CD) practices into their GitHub repositories.

You can explore the presentation below and use it as a reference for learning about GitHub Actions.

Presentation Overview

Topics Covered

  • What is GitHub Actions?
  • Why use GitHub Actions?
  • Understanding CI/CD
  • Key Components of GitHub Actions:
    • Workflows
    • Jobs
    • Steps
    • Actions
  • Real-world Use Cases and Examples
  • Advanced Workflow Features
  • Best Practices for Security and Monitoring

GitHub Actions Features Discussed

  • Automating testing, deployment, and other tasks
  • Handling multiple environments with matrix builds
  • Using secrets and environment variables securely
  • Self-hosted runners vs GitHub-hosted runners
  • Integration with various CI/CD tools

Cool & Fun Examples

  • Automating coffee brewing with GitHub Actions
  • Real-world examples like auto-deploying apps, running tests, and automating documentation

Repository Contents

  • Slides: You will find the slide deck used during the presentation.
  • Resources: Links to related GitHub repositories, articles, and real-world use cases.
  • Examples: YAML snippets and sample configurations for setting up GitHub Actions workflows.

Links

About Me

Seyyed Ali Mohammadiyeh (Max Base)
Open-source Maintainer, GitHub
Software Engineer & CTO at Asrez
GitHub: @basemax
Email: [email protected]

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to reach out to me with questions or suggestions:

Tehran LUG - 27 February 2025

About

In this presentation, I covered the power of GitHub Actions, exploring how it can automate workflows directly within GitHub repositories. The session focused on using GitHub Actions for Continuous Integration (CI) and Continuous Deployment (CD), making it easier to automate testing, deployment, and various development tasks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages