fix: wrong variable name
This commit is contained in:
parent
ae3481a1ca
commit
ac4173a983
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ runs:
|
||||||
kv/data/ci/nexus password | JRELEASER_ARTIFACTORY_TOKEN ;
|
kv/data/ci/nexus password | JRELEASER_ARTIFACTORY_TOKEN ;
|
||||||
kv/data/ci/vulnz username | VULNZ_USERNAME ;
|
kv/data/ci/vulnz username | VULNZ_USERNAME ;
|
||||||
kv/data/ci/vulnz password | VULNZ_PASSWORD ;
|
kv/data/ci/vulnz password | VULNZ_PASSWORD ;
|
||||||
kv/data/ci/releasebot gpgPrivateKey | JRELEASER_GPG_PRIVATE_KEY ;
|
kv/data/ci/releasebot gpgPrivateKey | JRELEASER_GPG_SECRET_KEY ;
|
||||||
kv/data/ci/releasebot gpgPublicKey | JRELEASER_GPG_PUBLIC_KEY ;
|
kv/data/ci/releasebot gpgPublicKey | JRELEASER_GPG_PUBLIC_KEY ;
|
||||||
kv/data/ci/releasebot gpgPassphrase | JRELEASER_GPG_PASSPHRASE ;
|
kv/data/ci/releasebot gpgPassphrase | JRELEASER_GPG_PASSPHRASE ;
|
||||||
kv/data/ci/releasebot ciToken | JRELEASER_GITEA_TOKEN ;
|
kv/data/ci/releasebot ciToken | JRELEASER_GITEA_TOKEN ;
|
||||||
|
@ -138,7 +138,7 @@ runs:
|
||||||
id: "import-gpg"
|
id: "import-gpg"
|
||||||
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
|
uses: "https://github.com/crazy-max/ghaction-import-gpg@v6"
|
||||||
with:
|
with:
|
||||||
gpg_private_key: "${{ env.JRELEASER_GPG_PRIVATE_KEY }}"
|
gpg_private_key: "${{ env.JRELEASER_GPG_SECRET_KEY }}"
|
||||||
passphrase: "${{ env.JRELEASER_GPG_PASSPHRASE }}"
|
passphrase: "${{ env.JRELEASER_GPG_PASSPHRASE }}"
|
||||||
git_user_signingkey: true
|
git_user_signingkey: true
|
||||||
git_commit_gpgsign: true
|
git_commit_gpgsign: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue