diff --git a/src/generators/workflows/sections/snake.ts b/src/generators/workflows/sections/snake.ts index 32a661f..d750fc9 100644 --- a/src/generators/workflows/sections/snake.ts +++ b/src/generators/workflows/sections/snake.ts @@ -14,18 +14,21 @@ on: jobs: generate: + permissions: + contents: write runs-on: ubuntu-latest + timeout-minutes: 5 steps: - name: generate snake.svg - uses: Platane/snk/svg-only@v2 + uses: Platane/snk/svg-only@v3 with: github_user_name: ${'${{ github.repository_owner }}'} - outputs: dist/snake.svg + outputs: dist/snake.svg?palette=github-dark - name: push snake.svg to the output branch - uses: crazy-max/ghaction-github-pages@v2.6.0 + uses: crazy-max/ghaction-github-pages@v3.1.0 with: target_branch: output build_dir: dist