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 748c552 commit 82bcfd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
cd ./bookduck/src/main/resources
echo "${{ secrets.GCP_ACCESS_KEY_BASE64 }}" | base64 --decode > mmc-bookduck-ocr.json
shell: bash

- name: Verify JSON File Location
run: ls -l ./bookduck/src/main/resources

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

0 comments on commit 82bcfd5

Please sign in to comment.