We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b95397 commit c6d7c3fCopy full SHA for c6d7c3f
.github/workflows/traffic_collection.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
uv run gitmetrics traffic \
31
--config-file traffic_config.yaml \
32
- --token ${{ secrets.GH_TRAFFIC_TOKEN }} \
+ --token ${{ secrets.GH_TOKEN }} \
33
--output-folder ${{ secrets.OUTPUT_FOLDER }}
34
env:
35
PYDRIVE_CREDENTIALS: ${{ secrets.PYDRIVE_CREDENTIALS }}
0 commit comments