Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bug' into bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunjji committed Sep 17, 2023
2 parents 8ff375a + 22b690a commit cf3eea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: echo "${{ secrets.FIREBASE_SECRET_KEY }}" > ./src/main/resources/firebase/handsup-9c9e7-firebase-adminsdk-ow0l5-6bb4cd6c8c.json
- run: cat ./src/main/resources/firebase/handsup-9c9e7-firebase-adminsdk-ow0l5-6bb4cd6c8c.json
- run: touch ./src/main/resources/application.properties
- run: echo "${{ secrets.APPLICATION }}" > ./src/main/resources/application.properties
- run: echo "${{ secrets.PROPERTIES }}" > ./src/main/resources/application.properties
- run: cat ./src/main/resources/application.properties

# (3) Gradle build (Test 제외)
Expand Down

0 comments on commit cf3eea7

Please sign in to comment.