Skip to content

Commit 7e92eb7

Browse files
committed
Log value
1 parent 5cfbda9 commit 7e92eb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/android_experimental_build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
- name: Checkout Repository
1212
uses: actions/checkout@v4
1313

14+
- name: Log the secrets
15+
run: |
16+
echo "EXPERIMENTAL_KEYSTORE_BASE64: ${{ secrets.EXPERIMENTAL_KEYSTORE_BASE64 }}"
17+
echo "EXPERIMENTAL_KEYSTORE_PASSWORD: ${{ secrets.EXPERIMENTAL_KEYSTORE_PASSWORD }}"
18+
echo "EXPERIMENTAL_KEY_ALIAS: ${{ secrets.EXPERIMENTAL_KEY_ALIAS }}"
19+
echo "EXPERIMENTAL_KEY_PASSWORD: ${{ secrets.EXPERIMENTAL_KEY_PASSWORD }}"
20+
1421
- name: Set up Node.js
1522
uses: actions/setup-node@v4
1623
with:

0 commit comments

Comments
 (0)