Secrets duh

This commit is contained in:
Max Goedjen
2022-10-26 01:43:19 -07:00
parent f32a3a0abd
commit 53087c0439
2 changed files with 10 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Create directories for ASC key
mkdir .private_keys
echo -n "$APPLE_API_KEY_DATA" > $(pwd)/.private_keys/AuthKey.p8
mkdir ~/.private_keys
echo -n "$APPLE_API_KEY_DATA" > ~/.private_keys/AuthKey.p8