Skip to content

Commit

Permalink
chore: revert tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Dec 18, 2023
1 parent 7b469eb commit 606dc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=$(cosign public-key --key cosign.key | diff -u cosign.pub -)
delta=$(diff -u <(cosign public-key --key env://COSIGN_PRIVATE_KEY) cosign.pub)
if [ -z "$delta" ]; then
echo "cosign.pub matches SIGNING_SECRET"
else
Expand Down
2 changes: 1 addition & 1 deletion cosign.pub
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEEO87Op1qSvlZb21Z5kLKoGy6OQIj
LL1OXUzbFXg5iLXvLKMLDG/8a+vNG+Mk8cG2Hy/Uo9cjd//m+ljubo3NGA==
-----END PUBLIC KEY-----
-----END PUBLIC KEY-----

0 comments on commit 606dc9e

Please sign in to comment.