Skip to content

Commit 65dbc02

Browse files
committed
Accessing secret in GitHub Actions
1 parent f7c8aed commit 65dbc02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/android.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
distribution: 'temurin'
2121
cache: gradle
2222

23+
- name: Access ConfigCat
24+
env:
25+
SDK_KEY: $
26+
run: echo SDK_KEY=\"$SDK_KEY\" > ./local.properties
27+
2328
- name: Grant execute permission for gradlew
2429
run: chmod +x gradlew
2530
- name: Build with Gradle

0 commit comments

Comments
 (0)