Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Aug 11, 2022
1 parent 78208b2 commit f84a9fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f84a9fe

Please sign in to comment.