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 10, 2024
1 parent 83fd5ff commit 748c552
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 }}" | base64 --decode > mmc-bookduck-ocr.json
shell: bash

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

0 comments on commit 748c552

Please sign in to comment.