Skip to content

Commit

Permalink
CONFIG_CAT
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin committed Aug 22, 2022
1 parent 65dbc02 commit fcd56cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Access ConfigCat
env:
SDK_KEY: $
run: echo SDK_KEY=\"$SDK_KEY\" > ./local.properties
CONFIG_CAT: $
run: echo CONFIG_CAT=\"$CONFIG_CAT\" > ./local.properties

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ String getSdkKey() {
def propFile = rootProject.file("./local.properties")
def properties = new Properties()
properties.load(new FileInputStream(propFile))
return properties['SDK_KEY']
return properties['CONFIG_CAT']
}

android {
Expand Down

0 comments on commit fcd56cb

Please sign in to comment.