Skip to content

Commit

Permalink
ci: fix permissions (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers authored Jun 21, 2024
1 parent 2b6e7e9 commit 1039ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packer-daily-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1039ea8

Please sign in to comment.