100DaysofMLCode
100DaysofMLCode copied to clipboard
GitHub Actions
Non functional GitHub Actions like Greetings etc. are failing. Please help.
I would love to help :)
@YumekaMengjiaLYU raise a PR with the workflow. Thanks :)
@NishkarshRaj @YumekaMengjiaLYU I think the problem lies with the secret key.
The repo-token step accesses a secret key called GITHUB_TOKEN. This works on issues (as issues are created in the parent repository), but for PRs from other forked repositories it fails because of the following:
I'm saying this because the workflow works on all issues and only PRs from other users fail to pass the check.
I'm not sure if you were aware of this.
Hope this will help both of you to deal with the issue better.
@aceking007 Thanks for bringing this into notice - I would definitely look into this 😄
Is this issue resolved or still open?
@adii3 open for help :)