github-activity-readme icon indicating copy to clipboard operation
github-activity-readme copied to clipboard

Bad Credential Issue

Open sanjib1990 opened this issue 2 years ago • 2 comments

@jamesgeorge007 I have followed the instruction provided in GitHub-activity-readme, however, when I run the workflow, I get the following error:

Error: Bad credentials 
✖  fatal     HttpError: Bad credentials 

Which credentials do I have to setup?

sanjib1990 avatar Dec 30 '21 09:12 sanjib1990

Also getting this on my workflows

snachodog avatar Feb 23 '22 22:02 snachodog

The version I forked, and based on a peek at your profile; the version you forked from the same YouTuber, had the wrong GitHub Token variable in the .yml

Changing it to this version it reads GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} When I was having trouble, it read GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} which appears to be wrong.

snachodog avatar Feb 24 '22 00:02 snachodog

As this issue is really old I'll close it for now. If you give this action another shot and encounter any problems please raise a new issue. Thanks.

tuunit avatar May 30 '23 21:05 tuunit