anmol098 / waka-readme-stats

This GitHub action helps to add cool dev metrics to your github profile Readme
MIT License
3.36k stars 551 forks source link

Make GitHub Actions workflows work in all scenarios #410

Open aravindvnair99 opened 1 year ago

aravindvnair99 commented 1 year ago
          For some reason however, the workflows are failing as the secrets are not getting passed through. We need to figure out why that is happening an come up with a workaround. I also noticed the other day, secrets are not getting passed to pull requests from forks. I remember reading somewhere long ago that GitHub is doing this for security reasons. Right now, the workflows are only working for human made pull requests from this repository and not for bot made pull requests from this repository or human made pull requests from forks.

Originally posted by @aravindvnair99 in https://github.com/anmol098/waka-readme-stats/issues/409#issuecomment-1453044331

anmol098 commented 1 year ago

@aravindvnair99 you raised with github did we get any response from them

Found a article i think this might help https://securitylab.github.com/research/github-actions-preventing-pwn-requests/