Pass a GitHub Actions secret variable to a Packer PowerShell provider
Automating image deployment with HashiCorp Packer using GitHub Actions is a powerful way to streamline your workflow. Sometimes, you need to pass a GitHub Actions (secret) variable to a PowerShell provisioner script in Hashicorp Packer. A use case example is if you want to use an Azure Storage Blob …
Continue Reading