We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78208b2 commit f84a9feCopy full SHA for f84a9fe
1 file changed
.github/workflows/release.yaml
@@ -75,14 +75,13 @@ jobs:
75
permissions:
76
contents: write
77
steps:
78
- # Install the verifier. his be replaced with the GHA in the future.
+ # Install the verifier. This be replaced with the GHA in the future.
79
- name: Install the verfier
80
env:
81
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82
run: |
83
set -euo pipefail
84
85
- # Download the verifier. This will be replaced by the GHA.
86
gh -R slsa-framework/slsa-verifier release download v1.2.0 -p "slsa-verifier-linux-amd64"
87
chmod ug+x slsa-verifier-linux-amd64
88
# Note: see https://github.com/slsa-framework/slsa-verifier/blob/main/SHA256SUM.md
0 commit comments