Skip to content

Commit

Permalink
Accessing secret in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
eby8zevin committed Aug 22, 2022
1 parent f7c8aed commit 65dbc02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
distribution: 'temurin'
cache: gradle

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

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 65dbc02

Please sign in to comment.