Fix omport GPG key in workflow
parent
008973b1f3
commit
0124019fb3
|
|
@ -33,10 +33,11 @@ jobs:
|
||||||
name: Import GPG key
|
name: Import GPG key
|
||||||
id: import_gpg
|
id: import_gpg
|
||||||
uses: crazy-max/ghaction-import-gpg@v4.4.0
|
uses: crazy-max/ghaction-import-gpg@v4.4.0
|
||||||
env:
|
with:
|
||||||
# These secrets will need to be configured for the repository:
|
# These secrets will need to be configured for the repository:
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
PASSPHRASE: ${{ secrets.PASSPHRASE }}
|
passphrase: ${{ secrets.PASSPHRASE }}
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Run GoReleaser
|
name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v2.9.1
|
uses: goreleaser/goreleaser-action@v2.9.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue