Skip to content

Commit

Permalink
fix: new secret for tf registry private key
Browse files Browse the repository at this point in the history
OTT-2113
  • Loading branch information
oabdoun committed Oct 6, 2022
1 parent dd2d2bc commit 97d6cd4
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 @@ -15,7 +15,7 @@ jobs:
- uses: crazy-max/ghaction-import-gpg@v5
id: import_gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.TFREG_GPG_PRIVATE_KEY }}
passphrase: ""
- uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 97d6cd4

Please sign in to comment.