We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b231 commit 41073d8Copy full SHA for 41073d8
.github/workflows/manual.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: Collect Github Data
37
run: |
38
github-analytics collect -v -q \
39
- -t ${{ secrets.GH_ACCESS_TOKEN }} \
+ -t ${{ secrets.GITHUB_TOKEN }} \
40
-p ${{ github.event.inputs.project }} \
41
-r ${{ github.event.inputs.repositories }} \
42
-o gdrive://${{ github.event.inputs.output-folder }} \
0 commit comments