Skip to content

Commit

Permalink
remove sigstore since i dont have time to fix for their new interacti…
Browse files Browse the repository at this point in the history
…ve prompt
  • Loading branch information
aybabtme committed Oct 12, 2023
1 parent 95ea346 commit deb0543
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
with:
go-version: ">=1.19.4"
cache: true
- uses: sigstore/cosign-installer@main
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
- run: echo "${HOME}/.humanlog/bin" >> $GITHUB_PATH
- run: curl https://humanlog.io/install_apictl.sh | bash
- run: ./script/create_version_artifacts.sh
Expand Down
22 changes: 11 additions & 11 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ nfpms:
- deb
checksum:
name_template: "checksums.txt"
signs:
- cmd: cosign
stdin: "{{ .Env.COSIGN_PWD }}"
args:
[
"sign-blob",
"--key=env://COSIGN_PRIVATE_KEY",
"--output-signature=${signature}",
"${artifact}",
]
artifacts: all
# signs:
# - cmd: cosign
# stdin: "{{ .Env.COSIGN_PWD }}"
# args:
# [
# "sign-blob",
# "--key=env://COSIGN_PRIVATE_KEY",
# "--output-signature=${signature}",
# "${artifact}",
# ]
# artifacts: all
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
Expand Down

0 comments on commit deb0543

Please sign in to comment.