Skip to content

Commit

Permalink
Merge pull request #126 from Next-Room/feature/new-subscription
Browse files Browse the repository at this point in the history
[CI/CD] workflow ์ˆ˜์ •
  • Loading branch information
eunsol-an authored Aug 7, 2024
2 parents 2675bd9 + 2cf90e7 commit b15c647
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
# (3-1) Google Credential ์„ธํŒ…
- name: Set Google Credential
run: |
echo "${{ secrets.NEXTROOM_GOOGLE_CREDENTIAL }}" >> src/main/resources/credential/android/nextroom-423b5-c373d4cf16bb.json
echo "NEXTROOM_GOOGLE_CREDENTIAL=$NEXTROOM_GOOGLE_CREDENTIAL" >> src/main/resources/credential/android/nextroom-423b5-c373d4cf16bb.json
env:
NEXTROOM_GOOGLE_CREDENTIAL: ${{ secrets.NEXTROOM_GOOGLE_CREDENTIAL }}

# (4) Gradle build (Test ์ œ์™ธ)
- name: Build with Gradle
Expand Down

0 comments on commit b15c647

Please sign in to comment.