I created a GitHub action to manage SSH access of different users on remote systems from GitHub with a simple CSV file.
Category: Automation
GitHub Actions Tutorial Part-3: Code Push
In this section, we will see how to push code with GitHub actions.
GitHub Actions Tutorial Part-2: Environment Variables and Accessing Repository
In this part, we will focus on how to add variables in GitHub actions and accessing repository code inside GitHub actions. Also as a bonus, we will see how to use GitHub secrets in Actions.
GitHub Actions Tutorial Part-1: Hello World
Github actions are highly useful to automate your daily workflows like deployment, testing and what not!