hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
25 stars 54 forks source link

Add GHA for running acceptance test nightly #112

Closed nywilken closed 2 years ago

nywilken commented 2 years ago

In an attempt to test the latest code changes against the latest released version of Packer a GitHub action is being added to run nightly acceptance tests. Authentication for this action is controlled by repository secrets, which are exposed to the Packer runner by setting the GOOGLE_APPLICATION_CREDENTIALS environment variable.

nywilken commented 2 years ago

I assume the manual triggering will be removed when the action is tested? Otherwise the code looks good to me, I can approve this when the workflow_dispatch has been taken care of.

Thanks all is green and working as expected. I removed the workflow_dispatch