Skip to content

Commit

Permalink
chore: working on integrating turborepo remote cache
Browse files Browse the repository at this point in the history
  • Loading branch information
peeter-tomberg committed Jul 16, 2023
1 parent 247c3a4 commit 47e6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-turborepo-remote-cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
storage-path: ${{ inputs.bucket }}
team-id: team_fvst
env:
LOG_LEVEL: "DEBUG"
LOG_LEVEL: "debug"
GCS_PROJECT_ID: ${{ steps.decrypt_gcp_keys.outputs.GOOGLE_CLOUD_PROJECT_ID }}
GCS_CLIENT_EMAIL: ${{ steps.decrypt_gcp_keys.outputs.GOOGLE_CLOUD_CLIENT_PRIVATE_KEY }}
GCS_PRIVATE_KEY: ${{ steps.decrypt_gcp_keys.outputs.GOOGLE_CLOUD_CLIENT_EMAIL }}

0 comments on commit 47e6ca2

Please sign in to comment.