diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index e9214a59..bf5732e0 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -28,8 +28,8 @@ jobs: uses: rancher-eio/read-vault-secrets@main with: secrets: | - secret/data/github/repo/${{ github.repository }}/key/app-credentials passphrase | GPG_PASSPHRASE ; - secret/data/github/repo/${{ github.repository }}/key/app-credentials privateKey | GPG_KEY + secret/data/github/repo/${{ github.repository }}/key/credentials passphrase | GPG_PASSPHRASE ; + secret/data/github/repo/${{ github.repository }}/key/credentials key | GPG_KEY - name: sign SHASUM env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fcacb333..960a3bfc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,8 +28,8 @@ jobs: uses: rancher-eio/read-vault-secrets@main with: secrets: | - secret/data/github/repo/${{ github.repository }}/key/app-credentials passphrase | GPG_PASSPHRASE ; - secret/data/github/repo/${{ github.repository }}/key/app-credentials privateKey | GPG_KEY + secret/data/github/repo/${{ github.repository }}/key/credentials passphrase | GPG_PASSPHRASE ; + secret/data/github/repo/${{ github.repository }}/key/credentials key | GPG_KEY - name: sign SHASUM env: