We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7f282 commit 443c07dCopy full SHA for 443c07d
1 file changed
.github/workflows/android.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Access ConfigCat
25
env:
26
- CONFIG_CAT: $
+ CONFIG_CAT: ${{ secrets.CONFIG_CAT }}
27
run: echo CONFIG_CAT=\"$CONFIG_CAT\" > ./local.properties
28
29
- name: Grant execute permission for gradlew
0 commit comments