Skip to content

Commit

Permalink
Update pr-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingyum-Kim authored Oct 4, 2024
1 parent 84a4964 commit 2b04d56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
mkdir -p src/main/resources/firebase
echo ${{ secrets.BACKEND_FIREBASE_JSON }} > src/main/resources/firebase/serviceAccountKey.json
- name: Apple Auth Key 파일 이동
run: |
mkdir -p src/main/resources/auth
printf "%s" "${{ secrets.APPLE_AUTH_KEY }}" > src/main/resources/auth/AuthKey.p8
- name: gradlew 권한 부여
run: chmod +x ./gradlew

Expand Down

0 comments on commit 2b04d56

Please sign in to comment.