fix weekly summary cron workflow (#568)

This commit is contained in:
Matti Nannt
2023-07-17 09:30:03 +02:00
committed by GitHub
parent 2852bf617a
commit cd49d687ad
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cURL request
if: ${{ env.APP_URL && env.CRON_SECRET }}
if: ${{ secrets.APP_URL && secrets.CRON_SECRET }}
run: |
curl ${{ secrets.APP_URL }}/api/cron/weekly_summary \
-X POST \