Skip to content

Commit

Permalink
Merge pull request #529 from basedosdados/feat/add-days-back
Browse files Browse the repository at this point in the history
feat: add days-back to edr send report
  • Loading branch information
arthurfg authored May 13, 2024
2 parents 8680f4a + f34a949 commit 3916fe9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/elementary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy Elementary Report
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
workflow_dispatch:
jobs:
elementary:
Expand All @@ -20,7 +18,7 @@ jobs:
profiles-yml: ${{ secrets.ELEMENTARY_PROFILES_YML }}
edr-command: edr report --file-path "report.html" -d 90 && edr
send-report --google-service-account-path "/tmp/gcs_keyfile.json" --gcs-bucket-name
"${{ secrets.GCS_BUCKET_NAME }}" --update-bucket-website "true"
"${{ secrets.GCS_BUCKET_NAME }}" --update-bucket-website "true" --days-back 90
bigquery-keyfile: ${{ secrets.BIGQUERY_KEYFILE }}
gcs-keyfile: ${{ secrets.GCS_KEYFILE }}
- name: Upload report
Expand Down

0 comments on commit 3916fe9

Please sign in to comment.