Skip to content

Commit

Permalink
fix: 불필요한 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 11, 2024
1 parent 7fc5f96 commit 8cb890d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ jobs:
mkdir -p ./bookduck/src/main/resources # 디렉토리가 없으면 생성
echo "${{ secrets.APPLICATION }}" > ./bookduck/src/main/resources/application.yml
- name: Make GCP Service Account Key
run: |
echo "${{ secrets.GCP_ACCESS_KEY_BASE64 }}" | openssl base64 -d -A > ./bookduck/src/main/resources/mmc-bookduck-ocr.json
shell: bash

- name: Verify files
run: |
ls -al ./bookduck/src/main/resources
- name: Gradle Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 8cb890d

Please sign in to comment.