From f28915d851134dea9af5885c600fab67804f1603 Mon Sep 17 00:00:00 2001 From: annakhm <32882380+annakhm@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:19:00 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e88bac29..abe1a9481 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,8 @@ jobs: id: import_gpg uses: crazy-max/ghaction-import-gpg@v6 with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY2 }} + passphrase: ${{ secrets.GPG_PASSPHRASE2 }} - name: Run GoReleaser uses: goreleaser/goreleaser-action@v5