Skip to content

Commit

Permalink
Merge pull request #113 from Uni-Made/feature/#112
Browse files Browse the repository at this point in the history
🌏 [CI]: main.yml firebase key (#112)
  • Loading branch information
gomin0 authored Aug 4, 2024
2 parents 6f2d77d + 163326b commit 6aaf871
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
run: |
mkdir -p src/main/resources
echo "${{ secrets.APPLICATION_YML }}" > src/main/resources/application.yml
- name: create-json
id: create-json
uses: jsdaniell/[email protected]
with:
name: "serviceAccountKey.json"
json: ${{ secrets.FIREBASE_KEY }}
dir: 'src/main/resources/'

- name: gradlew에 실행 권한 부여
run: chmod +x ./gradlew
Expand Down

0 comments on commit 6aaf871

Please sign in to comment.