Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RainLoop/rainloop-webmail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainLoop Team <support@rainloop.net>2021-01-16 20:44:01 +0300
committerRainLoop Team <support@rainloop.net>2021-01-16 20:44:01 +0300
commitffe01fb91f262436a38fdae1e428a4dcc26f2c86 (patch)
treec63cbf65456d601b5da0062f3aadd1a3cdb38f91
parente735c1bbb7f15a9e23e9efb66c966ce7f91c7856 (diff)
CI
-rw-r--r--.github/workflows/builder.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index daa3a0d6f..df8a6a7c3 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -35,6 +35,7 @@ jobs:
- name: Configure GPG Key
run: |
+ export GPG_TTY=$(tty)
cat <(echo -e "${{ secrets.GPG_SIGNING_KEY }}") | gpg --batch --import --no-tty --yes
for ff in `ls ./release/*.zip`; do gpg --detach-sign --no-tty --yes --armor --openpgp -u 87DA4591 --passphrase="$GPG_PASSPHRASE" $ff; done
env: