Skip to content

Commit

Permalink
ci: fixing env plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmohapatra committed Feb 2, 2024
1 parent 3b014f5 commit a863f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- name: Plug-in production secrets
run: |
echo "" >> .env
echo EXPO_PUBLIC_FIREBASE_API_KEY=${{ secrets.EXPO_PUBLIC_FIREBASE_API_KEY }} >> .env
echo EXPO_PUBLIC_MESSAGING_SENDER_ID=${{ secrets.EXPO_PUBLIC_MESSAGING_SENDER_ID }} >> .env
cat .env
Expand Down

0 comments on commit a863f4e

Please sign in to comment.