Skip to content

Commit d7246d1

Browse files
committed
Fix secret names in release workflow
1 parent c90ff7e commit d7246d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: crazy-max/ghaction-import-gpg@v6.3.0
3030
id: import_gpg
3131
with:
32-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33-
passphrase: ${{ secrets.PASSPHRASE }}
32+
gpg_private_key: ${{ secrets.TF_REGISTRY_GPG_PRIVATE_KEY }}
33+
passphrase: ${{ secrets.TF_REGISTRY_GPG_PASSPHRASE }}
3434
- name: Run GoReleaser
3535
uses: goreleaser/goreleaser-action@v6.4.0
3636
with:

0 commit comments

Comments
 (0)