Skip to content

Commit fcc9d1e

Browse files
committed
revert temporary changes
1 parent 73502dc commit fcc9d1e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/actions/upload/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ runs:
2424
shell: bash
2525
run: |
2626
set -Eeu
27-
echo $AWS_SECRET_ACCESS_KEY | sha256sum
28-
echo $AWS_ACCESS_KEY_ID | sha256sum
2927
./pin.sh
3028
nix build o1js#bindings --accept-flake-config
3129
temp_key=$(mktemp)

flake.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@
135135
wasm-pack
136136
binaryen # provides wasm-opt
137137
dune_3
138-
139-
hello # temporary change to force new upload
140138
] ++ commonOverrides.buildInputs;
141139

142140
inherit (pkgs) lib;

0 commit comments

Comments
 (0)