Skip to content

Commit

Permalink
Remove unused signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Apr 9, 2020
1 parent f6e10ba commit 44c7711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
with:
version: v0.131.1
args: release --rm-dist
key: ${{ secrets.GORELEASER_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
version: v0.131.1
args: release --rm-dist --snapshot
key: ${{ secrets.GORELEASER_PRIVATE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down

0 comments on commit 44c7711

Please sign in to comment.