mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-10 03:07:22 +02:00
Secrets duh
This commit is contained in:
4
.github/scripts/signing.sh
vendored
4
.github/scripts/signing.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user