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:
parent
fd881fe2e4
commit
a1e2851319
1 changed files with 2 additions and 0 deletions
2
.github/workflows/snake.yml
vendored
2
.github/workflows/snake.yml
vendored
|
|
@ -14,6 +14,8 @@ on:
|
|||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Generate Snake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue