We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90ff7e commit d7246d1Copy full SHA for d7246d1
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
uses: crazy-max/ghaction-import-gpg@v6.3.0
30
id: import_gpg
31
with:
32
- gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
- passphrase: ${{ secrets.PASSPHRASE }}
+ gpg_private_key: ${{ secrets.TF_REGISTRY_GPG_PRIVATE_KEY }}
+ passphrase: ${{ secrets.TF_REGISTRY_GPG_PASSPHRASE }}
34
- name: Run GoReleaser
35
uses: goreleaser/goreleaser-action@v6.4.0
36
0 commit comments