Fix GitHub Action permissions for snake animation

Add write permissions to allow the action to push to the output branch
This commit is contained in:
developtheweb@protonmail.com 2025-07-23 14:55:41 -04:00
parent fd881fe2e4
commit a1e2851319

View file

@ -14,6 +14,8 @@ on:
jobs:
generate:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Generate Snake