From 24ec03fd905b6f1557d20b23661399f6661d44a4 Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:01:21 -0700 Subject: [PATCH] fix CI --- .github/workflows/pre-release.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: