aboutsummaryrefslogtreecommitdiff
path: root/files/github_actions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/github_actions.sh')
-rw-r--r--files/github_actions.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/files/github_actions.sh b/files/github_actions.sh
new file mode 100644
index 0000000..957d0fa
--- /dev/null
+++ b/files/github_actions.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+# Add appropriate files for encryption
+# https://docs.github.com/en/actions/reference/encrypted-secrets#limits-for-secrets
+
+rm kau_github.tar.gpg
+tar cvf kau_github.tar gplay-keys.json kau.keystore kau.properties
+gpg --symmetric --cipher-algo AES256 kau_github.tar
+rm kau_github.tar \ No newline at end of file