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 63ec194 commit e9974deCopy full SHA for e9974de
.github/actions/upload/action.yml
@@ -24,6 +24,8 @@ runs:
24
shell: bash
25
run: |
26
set -Eeu
27
+ echo $AWS_SECRET_ACCESS_KEY | sha256
28
+ echo $AWS_ACCESS_KEY_ID | sha256
29
./pin.sh
30
nix build o1js#bindings --accept-flake-config
31
temp_key=$(mktemp)
0 commit comments