Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hweyoung authored Dec 6, 2023
1 parent 4f4bf4d commit 781265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
FCM_SECRET: ${{ secrets.FCM_SECRET }}
FCM_SECRET_DIR: src/main/resources/firebase
FCM_DIR_FILE_NAME: serviceAccountKey.json
run: echo $FCM_SECRET | base64 --decode > $FCM_SECRET_DIR/$FCM_SECRET_DIR_FILE_NAME
run: echo $FCM_SECRET | base64 --decode > $FCM_SECRET_DIR/$FCM_DIR_FILE_NAME

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 781265b

Please sign in to comment.