Skip to content

Commit 79d74e5

Browse files
committed
stop logging hashes
1 parent 85ac4b1 commit 79d74e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ runs:
4949
temp_key=$(mktemp)
5050
echo ${{ inputs.nar_secret }} > "$temp_key"
5151
nix store sign --key-file "$temp_key" --recursive ./result
52-
echo $AWS_ACCESS_KEY_ID| sha256sum
53-
echo $AWS_SECRET_ACCESS_KEY| sha256sum
5452
nix copy --to "s3://mina-nix-cache?endpoint=https://storage.googleapis.com" $(nix path-info ./result)
5553
nix run o1js#generate-bindings --max-jobs auto
5654
rm "$temp_key"

0 commit comments

Comments
 (0)