We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe71cb commit a69ed82Copy full SHA for a69ed82
scripts/check_secrets.py
@@ -27,3 +27,5 @@
27
sys.exit(0)
28
29
tools.decrypt_secrets()
30
+
31
+ assert os.path.exists(tools.DEPLOY_KEY)
0 commit comments