GitHub Actions: 0–100 in 60 minutes
I recently had the privilege of presenting an introduction to GitHub Actions at the New Zealand GitHub User Group. The recording of the session is available on YouTube.
Technology for the Glory of God
I recently had the privilege of presenting an introduction to GitHub Actions at the New Zealand GitHub User Group. The recording of the session is available on YouTube.
In a recent project we used GitHub Actions to deploy our Terraform code. While not the best way to deploy Terraform, we had it working nicely.
One of the biggest challenges we encountered was how to download the private Terraform modules we had created. In a GitHub Actions workflow you can specify the permissions that the runner should be granted. However, these permissions are scoped to the repository that the Action is running on, and it is not possible to add additional repos to the permission set.