Skip to content

Commit

Permalink
added chmod for providers' executables
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Aug 29, 2024
1 parent daababb commit 64e63aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/opentofu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
-backend-config="access_key=${{ secrets.S3_ACCESS_KEY }}"
-backend-config="secret_key=${{ secrets.S3_SECRET_KEY }}"
- name: Chmod providers
run: chmod -R 777 $GITHUB_WORKSPACE/providers

- name: OpenTofu apply
run: tofu apply -auto-approve

Expand Down

0 comments on commit 64e63aa

Please sign in to comment.