Platane / snk

🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
https://platane.github.io/snk
4.22k stars 1.03k forks source link

It won't show anything #89

Closed luizamfsantos closed 1 year ago

luizamfsantos commented 1 year ago

I don't know what is wrong. Could someone help me? https://github.com/luizamfsantos/luizamfsantos/blob/main/.github/workflows/main.yml

Platane commented 1 year ago

It might be related to this one

https://github.com/Platane/Platane/issues/9#issuecomment-1674230829

UTshion commented 1 year ago

Hello. I had a similar problem, but I could solve it by following method. I hope this helps you!


If you run the Github Action and it returns an error, please check the error statement by clicking "generate animation" in the "Actions" page of your repository.

If you find the senteces like the below, errors you get are caused by Permission Settings of your repository.

In that case, you can solve the problem by following method.

  1. In your repository, select Settings > Actions > General for opening Github Actions settings.
  2. In "Workflow permissions" heading, check the item "Read and write permissions" and save that change.

1

  1. Run "generate animation" action again, and you may get a successful result!

2