Skip to content

Commit 0c043e8

Browse files
authored
Merge pull request #1409 from vmware/fix-secrets
Fix release to use org secrets
2 parents 3233952 + 18e0ba4 commit 0c043e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
id: import_gpg
3636
uses: crazy-max/ghaction-import-gpg@v6
3737
with:
38-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY2 }}
39-
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
38+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
39+
passphrase: ${{ secrets.GPG_PASSPHRASE }}
4040
-
4141
name: Run GoReleaser
4242
uses: goreleaser/goreleaser-action@v5

0 commit comments

Comments
 (0)