We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1656aa commit 766fce5Copy full SHA for 766fce5
.github/workflows/terraform.yml
@@ -29,10 +29,11 @@ jobs:
29
with:
30
go-version: '^1.18'
31
32
+
33
- name: Import GPG key
34
id: import_gpg
35
uses: crazy-max/[email protected]
- env:
36
+ with:
37
# These secrets will need to be configured for the repository:
38
gpg_private_key: ${{ secrets.TERRAFORM_GPG_KEY }}
39
passphrase: ${{ secrets.TERRAFORM_GPG_PASSPHRASE }}
0 commit comments