diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 1657fe8d..a998d205 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -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: