Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Add firebase file for FCM
  • Loading branch information
ShinKwang2 authored Jun 7, 2024
1 parent 914978d commit b7d2827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
cd ./src/main/resources
touch ./application.properties
echo "${{ secrets.PROPERTIES }}" > ./application.properties
touch ./triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json
echo "${{ secrets.FIREBASE_KEY }}" > ./triptogether-e7bac-firebase-adminsdk-peiki-127517aa66.json
shell: bash

- name: Grant execute permission to Gradle wrapper
Expand Down Expand Up @@ -100,4 +102,4 @@ jobs:
author_name: 'SERVER CI/CD'
fields: 'Job ID: ${{ github.run_id }} SUCCEEDED'
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 comments on commit b7d2827

Please sign in to comment.