diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-11 20:07:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 20:07:17 -0700 |
commit | 639771b9758f1e36c34ed99994ba2c03a0a361ec (patch) | |
tree | 38318946b3ad5210e2c649b36678321d9fbb26d4 /files | |
parent | 64065549f22364b01095c59aad204ed252c9cd63 (diff) | |
download | kau-639771b9758f1e36c34ed99994ba2c03a0a361ec.tar.gz kau-639771b9758f1e36c34ed99994ba2c03a0a361ec.tar.bz2 kau-639771b9758f1e36c34ed99994ba2c03a0a361ec.zip |
Github Actions (#266)6.3.0
Diffstat (limited to 'files')
-rw-r--r-- | files/.gitignore | 2 | ||||
-rw-r--r-- | files/github_actions.sh | 9 | ||||
-rw-r--r-- | files/kau_github.tar.gpg | bin | 0 -> 4223 bytes |
3 files changed, 11 insertions, 0 deletions
diff --git a/files/.gitignore b/files/.gitignore index e9bf9f6..8791cfa 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -2,3 +2,5 @@ gplay-keys.json kau.keystore kau.properties update-dev.sh +kau.tar +kau_github.tar 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 diff --git a/files/kau_github.tar.gpg b/files/kau_github.tar.gpg Binary files differnew file mode 100644 index 0000000..15b4060 --- /dev/null +++ b/files/kau_github.tar.gpg |