Skip to content

Commit

Permalink
fix(ci): gpg key in the release action (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsxu authored Jan 11, 2024
1 parent 0090ad6 commit 9d28584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: hashicorp/ghaction-terraform-provider-release/.github/workflows/community.yml@v2
secrets:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-private-key-passphrase: ${{ secrets.PASSPHRASE }}
gpg-private-key-passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
with:
setup-go-version-file: 'go.mod'

0 comments on commit 9d28584

Please sign in to comment.