Skip to content

Commit e9974de

Browse files
committed
log key hashes
1 parent 63ec194 commit e9974de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/upload/action.yml

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

0 commit comments

Comments
 (0)