Skip to content

Commit

Permalink
service account
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Feb 8, 2024
1 parent 0e139c0 commit afb734a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
DATE=$(date +"%d-%m-%Y")
FIRST_DAY=$(date -d "-1 month" +01-%m-%Y)
echo Running report for $FIRST_DAY - $DATE
cat ${{secrets.SERVICE_ACCOUNT_CREDENTIALS}} > service_account.json
poetry run python main.py ${{secrets.PROPERTY_ID}} $FIRST_DAY $DATE
env:
SERVICE_ACCOUNT_CREDENTIALS: ${{ secrets.SERVICE_ACCOUNT_CREDENTIALS }}
Expand Down

0 comments on commit afb734a

Please sign in to comment.