I created a GitHub action to manage SSH access of different users on remote systems from GitHub with a simple CSV file.
Categories
I created a GitHub action to manage SSH access of different users on remote systems from GitHub with a simple CSV file.
In this section, we will see how to push code with GitHub actions.
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 are highly useful to automate your daily workflows like deployment, testing and what not!