File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 python -m pip install .
2121 - name : Collect Github Data
2222 run : |
23- github-analytics collect -v -q -t ${{ secrets.GITHUB_TOKEN }} -m -c daily.yaml
23+ github-analytics collect -v -q -t ${{ secrets.GH_ACCESS_TOKEN }} -m -c daily.yaml
2424 env :
2525 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
2626
Original file line number Diff line number Diff line change 3636 - name : Collect Github Data
3737 run : |
3838 github-analytics collect -v -q \
39- -t ${{ secrets.GITHUB_TOKEN }} \
39+ -t ${{ secrets.GH_ACCESS_TOKEN }} \
4040 -p ${{ github.event.inputs.project }} \
4141 -r ${{ github.event.inputs.repositories }} \
4242 -o gdrive://${{ github.event.inputs.output-folder }} \
Original file line number Diff line number Diff line change 2626 python -m pip install .
2727 - name : Collect Github Traffic Data
2828 run : |
29- github-analytics traffic -v -t ${{ secrets.PERSONAL_ACCESS_TOKEN }} -c traffic_config.yaml
29+ github-analytics traffic -v -t ${{ secrets.GH_TRAFFIC_TOKEN }} -c traffic_config.yaml
3030 env :
3131 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
3232 alert :
Original file line number Diff line number Diff line change 2020 python -m pip install .
2121 - name : Collect Github Data
2222 run : |
23- github-analytics collect -v -q -t ${{ secrets.PERSONAL_ACCESS_TOKEN }} -m -c weekly.yaml
23+ github-analytics collect -v -q -t ${{ secrets.GH_ACCESS_TOKEN }} -m -c weekly.yaml
2424 env :
2525 PYDRIVE_CREDENTIALS : ${{ secrets.PYDRIVE_CREDENTIALS }}
You can’t perform that action at this time.
0 commit comments