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

service died #85

Closed zlaazlaa closed 1 year ago

zlaazlaa commented 1 year ago

Hi, I notice that my snake workflow not work well, is there any problem? My action return green icon, see here -> https://github.com/zlaazlaa/zlaazlaa/actions/runs/5675308603 but the gif is broken, see here -> https://github.com/zlaazlaa/zlaazlaa/blob/main/assets/github-contribution-grid-snake.gif

zlaazlaa commented 1 year ago

the service is good before two weeks ago, but now the snake become like this image

zlaazlaa commented 1 year ago

I got it! Problem come from UPDATE V3 -> https://github.com/Platane/snk/commit/aebc3a92857730857d5a96010a3538f16bbec662 In V3, we have to use GITHUB_TOKEN to generate action, so the old workflow not work. We can use new workflow in @Platane Repo: https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml Also, V3 change the picture location from repo to Github CDN. So, profile README.md also need to change, like https://github.com/Platane/Platane/blob/master/README.md The picture url is like https://raw.githubusercontent.com/platane/platane/output/github-contribution-grid-snake-dark.svg. platane need to be changed with your GitHub ID. Finally, Thanks @Platane , I love this project.

Platane commented 1 year ago

yep exactly :+1:

tomlin7 commented 1 year ago

thank you for opening this issue @zlaazlaa and thank you @Platane for the awesome project! ❤

Mickeyyyang commented 1 year ago

I got it! Problem come from UPDATE V3 -> aebc3a9 In V3, we have to use GITHUB_TOKEN to generate action, so the old workflow not work. We can use new workflow in @Platane Repo: https://github.com/Platane/Platane/blob/master/.github/workflows/main.yml Also, V3 change the picture location from repo to Github CDN. So, profile README.md also need to change, like https://github.com/Platane/Platane/blob/master/README.md The picture url is like https://raw.githubusercontent.com/platane/platane/output/github-contribution-grid-snake-dark.svg. platane need to be changed with your GitHub ID. Finally, Thanks @Platane , I love this project.

thanks!