Skip to content

Commit

Permalink
Correct encrypt command
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Dec 6, 2024
1 parent d81fb25 commit e5920d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
run: |
pass_file=$(mktemp)
printf "%s" "$ENCRYPTION_PASSPHRASE" > "$pass_file"
gpg --decrypt --batch --symmetric --passphrase-file "$pass_file" tfplan
gpg --batch --symmetric --passphrase-file "$pass_file" tfplan
- name: Upload Terraform Plan and matrix
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e5920d4

Please sign in to comment.