From 3485d3d057884b95a565ab579289de95a883f808 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 01:03:42 +0200 Subject: [PATCH] fix: update release_deploy_play_store.yml --- .github/workflows/release_deploy_play_store.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index 6aa199d..29e069f 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -38,11 +38,9 @@ jobs: # Extract secrets into corresponding files - name: Test gpg decryption run: | - echo "$TEST_ASC" > test.txt.asc + echo "${{ vars.TEST_ASC }}" > test.txt.asc echo "$(cat test.txt.asc)" gpg --batch --passphrase "test123" -d -o test.txt test.txt.asc - env: - TEST_ASC: ${{ env.TEST_ASC }} working-directory: android