Skip to content

Repository Traffic #676

Repository Traffic

Repository Traffic #676

Workflow file for this run

name: Repository Traffic
on:
push:
branches:
- main
schedule:
- cron: "55 23 * * *"
workflow_dispatch:
jobs:
traffic:
runs-on: ubuntu-latest
steps:
- name: Repository Traffic
uses: wumphlett/repostats@v2.1.0
with:
format_readme: true
env:
TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }}