From f84a9fee8ffa464d23cca5e04ea06a2189338c52 Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Thu, 11 Aug 2022 01:07:59 +0000 Subject: [PATCH] update --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 637a0f541d4..e50b941ee44 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,14 +75,13 @@ jobs: permissions: contents: write steps: - # Install the verifier. his be replaced with the GHA in the future. + # Install the verifier. This be replaced with the GHA in the future. - name: Install the verfier env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | set -euo pipefail - # Download the verifier. This will be replaced by the GHA. gh -R slsa-framework/slsa-verifier release download v1.2.0 -p "slsa-verifier-linux-amd64" chmod ug+x slsa-verifier-linux-amd64 # Note: see https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md