Skip to content

Commit

Permalink
Merge pull request #182 from boostcampwm2023/feature-aos/firebase-cd-…
Browse files Browse the repository at this point in the history
…actions-checking-STORE_PASSWORD

Fix: STORE_PASSWORD 확인
  • Loading branch information
wsb7788 authored Nov 29, 2023
2 parents b301526 + 81d322d commit fc08fdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-firebase-app-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
STORE_PASSWORD: ${{ secrets.STORE_PASSWORD }}
run: ./gradlew assembleRelease
run: |
echo $STORE_PASSWORD
./gradlew assembleRelease
- name: upload artifact to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
Expand Down

0 comments on commit fc08fdd

Please sign in to comment.