Skip to content

Commit fcd56cb

Browse files
committed
CONFIG_CAT
1 parent 65dbc02 commit fcd56cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222

2323
- name: Access ConfigCat
2424
env:
25-
SDK_KEY: $
26-
run: echo SDK_KEY=\"$SDK_KEY\" > ./local.properties
25+
CONFIG_CAT: $
26+
run: echo CONFIG_CAT=\"$CONFIG_CAT\" > ./local.properties
2727

2828
- name: Grant execute permission for gradlew
2929
run: chmod +x gradlew

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ String getSdkKey() {
1414
def propFile = rootProject.file("./local.properties")
1515
def properties = new Properties()
1616
properties.load(new FileInputStream(propFile))
17-
return properties['SDK_KEY']
17+
return properties['CONFIG_CAT']
1818
}
1919

2020
android {

0 commit comments

Comments
 (0)