Skip to content

Commit

Permalink
Feat: Set Json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hawardshin committed Nov 6, 2024
1 parent 8c7b58f commit 9312d35
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 @@ -30,7 +30,7 @@ jobs:
run: |
cd ./src/main/resources
mkdir -p ./firebase
echo "${{ secrets.AWS_FCM_JSON }}" > ./FirebaseAdminSDK.yml
echo "${{ secrets.AWS_FCM_JSON }}" > ./FirebaseAdminSDK.json
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 9312d35

Please sign in to comment.