Skip to content

Commit ab3dee2

Browse files
committed
Update tokens to use sdv-dev
1 parent 653234d commit ab3dee2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/daily.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }} \

.github/workflows/traffic_collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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:

.github/workflows/weekly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)