further tweaking of workflows (2)

This commit is contained in:
dorkbutt 2025-06-04 22:58:45 -04:00
parent 18c7a84ec4
commit 062ca06c52
No known key found for this signature in database

View file

@ -20,7 +20,9 @@ concurrency:
jobs: jobs:
generate: generate:
runs-on: ubuntu-latest runs-on: docker
container:
image: code.forgejo.org/oci/node:22-bookworm
permissions: permissions:
contents: write contents: write
# v this isn't really needed v # v this isn't really needed v