Skip to content

Commit dfc70fa

Browse files
Add TEST_STRING to GitHub Actions workflow
Added TEST_STRING environment variable for decoding.
1 parent d7f6870 commit dfc70fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
env:
2727
ENCODED_STRING: ${{ secrets.KEYSTORE_KEY_BASE64 }}
2828
SIGNING_KEY_STORE_PATH: ${{ secrets.KEYSTORE_KEY_PATH }}
29+
TEST_STRING: ${{ secrets.TEST_SECRET }}
2930

3031
run: |
32+
echo $TEST_STRING
3133
echo $ENCODED_STRING > keystore-b64.txt
3234
base64 -d keystore-b64.txt > $SIGNING_KEY_STORE_PATH
3335

0 commit comments

Comments
 (0)