This commit is contained in:
Max Goedjen
2022-10-26 01:37:47 -07:00
parent 29a9ae9dc9
commit 8e3d53b5c9
2 changed files with 8 additions and 4 deletions

View File

@@ -2,4 +2,4 @@
# Create directories for ASC key
mkdir .private_keys
echo -n "$APPLE_API_KEY_DATA" > .private_keys/AuthKey.p8
echo -n "$APPLE_API_KEY_DATA" > $(pwd)/.private_keys/AuthKey.p8