Skip to content

Commit

Permalink
✨ feat: main.yml파일 수정 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomin0 authored Jun 18, 2024
1 parent 7518180 commit e22233b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
- name: create firebase key
run: |
cd ./src/main/resources
ls -a .
touch ./bangfer-firebase-key.json
echo "${{ secrets.FIREBASE_KEY }}" > ./bangfer-firebase-key.json
shell: bash

- name: gradlew에 실행 권한 부여
run: chmod +x ./gradlew
- name: 프로젝트 빌드
Expand Down

0 comments on commit e22233b

Please sign in to comment.