Skip to content

Commit

Permalink
chore: updated bitrise yml to write env file from secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Mar 12, 2024
1 parent 6e99464 commit d94f05f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,13 @@ workflows:
inputs:
- destination: $PROJECT_LOCATION/app/mapeo-release-key.keystore
- source: $BITRISEIO_ANDROID_KEYSTORE_URL
- [email protected]:
title: Create .env file
inputs:
- content: |
#!/usr/bin/env bash
# Create .env file
echo "MAPBOX_ACCESS_TOKEN=$MAPBOX_ACCESS_TOKEN" >> .env
- [email protected]:
title: Update SDK components
inputs:
Expand Down

0 comments on commit d94f05f

Please sign in to comment.