Skip to content

Commit

Permalink
Merge pull request #195 from aaroniscode/fix_terraform_action
Browse files Browse the repository at this point in the history
fix s3cmd configuration in `terraform` GitHub workflow
  • Loading branch information
malibora authored Feb 8, 2025
2 parents adc4a23 + e28025f commit 8dcf285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup s3cmd
run: |
pip3 install s3cmd --no-cache --quiet
s3cmd --dump-config \
s3cmd --configure --dump-config \
--access_key="${{ secrets.SA_ACCESS_KEY_ID }}" \
--secret_key="${{ secrets.SA_SECRET_KEY }}" \
--host="storage.eu-north1.nebius.cloud:443" \
Expand Down

0 comments on commit 8dcf285

Please sign in to comment.