Skip to content

Commit

Permalink
Merge #10708
Browse files Browse the repository at this point in the history
10708: ci: Re-enable checksums r=AaronFriel a=AaronFriel

In the absence of key distribution or attestation of a "proper" signing key for now, this enables the "sign" job which adds checksum artifacts, sans signatures.

This leaves open the possibility of using sigstore.dev & tooling, or some other tooling to sign artifacts.

Fixes #10707.

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
  • Loading branch information
bors[bot] and AaronFriel committed Sep 14, 2022
2 parents d42db65 + 0eeea47 commit b198194
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ jobs:

- name: Sign checksums
working-directory: artifacts
# Requires a signing key to be configured.
if: false
shell: bash
env:
RELEASE_KEY: ${{ secrets.RELEASE_KEY }}
# RELEASE_KEY: ${{ secrets.RELEASE_KEY }}
version: ${{ inputs.version }}
run: |
set -u
Expand Down Expand Up @@ -110,7 +112,7 @@ jobs:

publish:
name: release
# needs: [sign]
needs: [sign]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b198194

Please sign in to comment.