We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ac4b1 commit 79d74e5Copy full SHA for 79d74e5
.github/actions/build/action.yml
@@ -49,8 +49,6 @@ runs:
49
temp_key=$(mktemp)
50
echo ${{ inputs.nar_secret }} > "$temp_key"
51
nix store sign --key-file "$temp_key" --recursive ./result
52
- echo $AWS_ACCESS_KEY_ID| sha256sum
53
- echo $AWS_SECRET_ACCESS_KEY| sha256sum
54
nix copy --to "s3://mina-nix-cache?endpoint=https://storage.googleapis.com" $(nix path-info ./result)
55
nix run o1js#generate-bindings --max-jobs auto
56
rm "$temp_key"
0 commit comments