Closed zychen20 closed 1 year ago
I just ran into this issue as well. You can fix this in the Settings of your repository by navigating to Code and automation → Actions → General → Workflow permissions
and select and save the Read and write permissions
option.
Related: PyGithub/PyGithub#2372
Thanks for the tip @dxnter! @zychen20 please check https://github.com/zychen20/zychen20/settings/actions if it corresponds to:
Thanks for the tip @dxnter! @zychen20 please check https://github.com/zychen20/zychen20/settings/actions if it corresponds to:
It worked, thank you so much!
I followed the guide and try to run the workflow manually. But it failed. All my settings are default, and the repository I used is my profile repository.
According to the logs, WakaTime API worked, and it seems that the problem is related to permission stuff. I checked the source code, and I guess the error happened at here. But I don't really know exactly what problem it is.