Description
I followed the README to set up github-stats, but the GitHub Actions workflow fails at the Generate images step.
Command:
./zig-out/bin/github-stats
Error log:
error(DebugAllocator): Double free detected. Allocation:
(empty stack trace)
First free:
(empty stack trace)
Second free:
(empty stack trace)
error: UnexpectedToken
Error: Process completed with exit code 1.
6_Generate images.txt
Token setup
I created a classic personal access token and added it as the repository secret ACCESS_TOKEN.
The token has these permissions:
read:user
user:email
repo
I also noticed some issues mentioning that a newly created token may take some time to work. However, I waited several days and reran the workflow, but the same error still occurs.
Description
I followed the README to set up
github-stats, but the GitHub Actions workflow fails at theGenerate imagesstep.Command:
Error log:
6_Generate images.txt
Token setup
I created a classic personal access token and added it as the repository secret
ACCESS_TOKEN.The token has these permissions:
read:useruser:emailrepoI also noticed some issues mentioning that a newly created token may take some time to work. However, I waited several days and reran the workflow, but the same error still occurs.