Skip to content

Commit a69ed82

Browse files
committed
Add an assertion about secret decryption working
1 parent dbe71cb commit a69ed82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/check_secrets.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
sys.exit(0)
2828

2929
tools.decrypt_secrets()
30+
31+
assert os.path.exists(tools.DEPLOY_KEY)

0 commit comments

Comments
 (0)