Skip to content

Commit

Permalink
Another typo fix 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Sep 4, 2024
1 parent 039ba4b commit d2f66c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trust-root-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
./rhtas/tuf-repo-init.sh --export-keys file:///tmp/exported-keys \
--fulcio-cert ./rhtas/test/fulcio-cert \
--tsa-cert ./rhtas/test/tsa-chain \
--ctlog-key .rhtas/test/ctfe-pubkey \
--ctlog-key ./rhtas/test/ctfe-pubkey \
--rekor-key ./rhtas/test/rekor-pubkey \
/tmp/testrepo
- run: curl -O -L "https://github.com/sigstore/cosign/releases/latest/download/cosign-linux-amd64" && mv cosign-linux-amd64 ${HOME}/.local/bin/cosign && sudo chmod +x ${HOME}/.local/bin/cosign
Expand Down

0 comments on commit d2f66c4

Please sign in to comment.