100DaysofMLCode icon indicating copy to clipboard operation
100DaysofMLCode copied to clipboard

GitHub Actions

Open NishkarshRaj opened this issue 5 years ago • 6 comments

Non functional GitHub Actions like Greetings etc. are failing. Please help.

NishkarshRaj avatar Mar 23 '20 05:03 NishkarshRaj

I would love to help :)

YumekaMengjiaLYU avatar Mar 25 '20 20:03 YumekaMengjiaLYU

@YumekaMengjiaLYU raise a PR with the workflow. Thanks :)

NishkarshRaj avatar Mar 26 '20 01:03 NishkarshRaj

@NishkarshRaj @YumekaMengjiaLYU I think the problem lies with the secret key.

2

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:

1

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.

arpit-omprakash avatar Oct 03 '20 09:10 arpit-omprakash

@aceking007 Thanks for bringing this into notice - I would definitely look into this 😄

NishkarshRaj avatar Oct 03 '20 11:10 NishkarshRaj

Is this issue resolved or still open?

adii3 avatar Aug 29 '21 11:08 adii3

@adii3 open for help :)

NishkarshRaj avatar Sep 05 '21 12:09 NishkarshRaj