Skip to content

Commit

Permalink
Update metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-mcparland authored Jan 8, 2024
1 parent f3e98b8 commit 54954bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Run metrics

on:
schedule:
- cron: "41 16 * * *"
- cron: "47 16 * * *"

jobs:
generate-metrics:
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: "3.10"
- name: Gather metrics
env: # Set the secret as an input
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN_METRICS }}
run: |
python -m pip install --upgrade pip
pip install github_traffic_stats
Expand Down

0 comments on commit 54954bc

Please sign in to comment.