From 1039ea89766368c31f474851d32b12cd7e039d1a Mon Sep 17 00:00:00 2001 From: Kyle Somers <17753062+kylesomers@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:29:03 -0500 Subject: [PATCH] ci: fix permissions (#89) --- .github/workflows/packer-daily-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packer-daily-builds.yml b/.github/workflows/packer-daily-builds.yml index 54ad3c1..ef6eeff 100644 --- a/.github/workflows/packer-daily-builds.yml +++ b/.github/workflows/packer-daily-builds.yml @@ -19,7 +19,7 @@ jobs: ref: main - name: Install yq run: | - wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq + sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq sudo chmod +x /usr/bin/yq - name: Get Packer templates id: packer-templates-matrix