Skip to content

Commit 4e8898a

Browse files
committed
ci: update signing key
When Terraform 1.6 was released the signing key used to verify the release stopped working, but only for this release. Older releases continue to install and verify correctly. In an attempt to resolve the matter we have created a new signing key and will use this to publish another version of the provider before escalating the matter to HashiCorp.
1 parent 3e55fb4 commit 4e8898a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- id: import_gpg
1919
uses: crazy-max/ghaction-import-gpg@v5
2020
with:
21-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
22-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
21+
gpg_private_key: ${{ secrets.ARTEFACT_SIGNING_KEY }}
22+
passphrase: ${{ secrets.ARTEFACT_SIGNING_KEY_PASSPHRASE }}
2323
- uses: goreleaser/goreleaser-action@v4
2424
with:
2525
version: latest

0 commit comments

Comments
 (0)