aboutsummaryrefslogtreecommitdiff
path: root/files/github_actions.sh
blob: 957d0faabe08fc813dfe78557e1c8a85f139fef7 (plain)
1
2
3
4
5
6
7
8
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