Skip to content

Commit

Permalink
Feat: Set CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Nov 6, 2024
1 parent 9312d35 commit 1dc3787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Make FCM JSON
run: |
cd ./src/main/resources
mkdir -p ./firebase
mkdir firebase
echo "${{ secrets.AWS_FCM_JSON }}" > ./FirebaseAdminSDK.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 1dc3787

Please sign in to comment.