Skip to content

Commit

Permalink
Prepare Mapbox secret for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ngo committed Apr 8, 2024
1 parent 8353b9a commit 0eac32c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: "Install Node modules"
run: yarn install

- name: "Prepare Mapbox"
run: echo "MAPBOX_DOWNLOADS_TOKEN=$MAPBOX_SECRET" > ~/.gradle.properties
env:
MAPBOX_SECRET: ${{ secrets.MAPBOX_SECRET }}

- name: "[ANDROID] Cache Gradle Wrapper"
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 0eac32c

Please sign in to comment.