Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 44c7711

Browse files
committed
Remove unused signing key
1 parent f6e10ba commit 44c7711

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
with:
3232
version: v0.131.1
3333
args: release --rm-dist
34-
key: ${{ secrets.GORELEASER_PRIVATE_KEY }}
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3736
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

.github/workflows/snapshot.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
with:
2929
version: v0.131.1
3030
args: release --rm-dist --snapshot
31-
key: ${{ secrets.GORELEASER_PRIVATE_KEY }}
3231
env:
3332
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3433
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)