Skip to content

Commit

Permalink
decrypt during decrypt step
Browse files Browse the repository at this point in the history
  • Loading branch information
ntse committed Dec 6, 2024
1 parent c1a94ff commit 1cfb618
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 @@ -322,7 +322,7 @@ jobs:
run: |
pass_file=$(mktemp)
printf "%s" "$ENCRYPTION_PASSPHRASE" > "$pass_file"
gpg --batch --symmetric --passphrase-file "$pass_file" tfplan
gpg --decrypt --batch --symmetric --passphrase-file "$pass_file" tfplan
- name: Terraform Plan
id: tf_plan
Expand Down

0 comments on commit 1cfb618

Please sign in to comment.