Skip to content

Report refresh

Report refresh #25

# Update the nightly report stats etc.
name: Report refresh
on:
workflow_dispatch:
schedule:
- cron: '0 15 * * *'
jobs:
refresh:

Check failure on line 10 in .github/workflows/report_refresh.yml

View workflow run for this annotation

GitHub Actions / Report refresh

Invalid workflow file

The workflow is not valid. .github/workflows/report_refresh.yml (Line: 10, Col: 3): Error calling workflow 'hypothesis/workflows/.github/workflows/eb-task.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: "Update report information"
uses: hypothesis/workflows/.github/workflows/eb-task.yml@main
with:
App: ${{ github.event.repository.name }}
Env: 'prod'
Timeout: 3600
Region: 'all'
Command: 'newrelic-admin run-program python bin/run_data_task.py --config-file conf/app.ini --task report/refresh'
secrets: inherit