Skip to content

Commit

Permalink
chore: test different diff
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 18, 2023
1 parent 76edf35 commit 7b469eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
shell: bash
run: |
echo "Checking for difference between public key from SIGNING_SECRET and cosign.pub"
delta=$(diff -u <(cosign public-key --key env://COSIGN_PRIVATE_KEY) cosign.pub)
delta=$(cosign public-key --key cosign.key | diff -u cosign.pub -)
if [ -z "$delta" ]; then
echo "cosign.pub matches SIGNING_SECRET"
else
Expand Down

0 comments on commit 7b469eb

Please sign in to comment.