Skip to content

Commit 33a58f8

Browse files
Add gpg-private-key-passphrase secret to release workflow
1 parent 622c3af commit 33a58f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/community.yml@v4
2020
secrets:
2121
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
22+
gpg-private-key-passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
2223
with:
2324
setup-go-version-file: go.mod

0 commit comments

Comments
 (0)