Skip to content

Commit

Permalink
fix: Update github-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jud1thDev authored Nov 11, 2024
1 parent e113e43 commit 7eab98f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
touch ./application.yml
echo "${{ secrets.APPLICATION }}" > ./application.yml
- name: Make GCP Service Account Key
run: |
cd ./bookduck/src/main/resources
echo "${{ secrets.GCP_ACCESS_KEY_BASE64 }}" | openssl base64 -d -A > mmc-bookduck-ocr.json
shell: bash

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7eab98f

Please sign in to comment.