Strange running result from GitHub

Hi folks, recently I received some emails like this (please find attached image). I didn’t run anything on GitHub, is it normal or someone used my account and did something? I deleted my access token for now just in case. Thank you!

You need to turn off actions, these are set up in the freeCodeCamp/freeCodeCamp repo and are active in your forked repo, but in your forked repo they can’t work for missing all the secrets.

With your fork open go in Settings
image

Here go to “Actions”, then “General” and set “Disable actions”

1 Like

Thank you, I turned it off. I wonder where are these emails come from, did someone run action for my fork?

Not someone, it’s automatic. They are active on the original repo so they are active on your fork

1 Like

I see, thank you so much!