Skip to content

Commit

Permalink
Add necessary env var to quite down log in google drive code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Jun 11, 2024
1 parent f427f1a commit a99b19c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
'BALTIMORE_COUNTY_GOOGLE_DIR_ID=${{ secrets.PROD_BALTIMORE_COUNTY_GOOGLE_DIR_ID }}' \
'QUEENANNES_COUNTY_GOOGLE_DIR_ID=${{ secrets.PROD_QUEENANNES_COUNTY_GOOGLE_DIR_ID }}' \
'GOOGLE_DRIVE_CREDS=${{ secrets.PROD_GOOGLE_DRIVE_CREDS }}' \
'GOOGLE_DRIVE_SHARED_ID=${{ secrets.PROD_GOOGLE_DRIVE_SHARED_ID }}' \
'QUEENANNES_COUNTY_EMAIL_ADDRESSES=${{ secrets.PROD_QUEENANNES_COUNTY_EMAIL_ADDRESSES }}' \
'BALTIMORE_COUNTY_EMAIL_ADDRESSES=${{ secrets.PROD_BALTIMORE_COUNTY_EMAIL_ADDRESSES }}' \
'DEFAULT_LOCALE=en' \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import com.google.api.services.drive.model.FileList;
import java.util.Collections;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
Expand Down

0 comments on commit a99b19c

Please sign in to comment.