fix: add contents: write permission for GitHub Release creation
Some checks failed
release / build (push) Failing after 3s

This commit is contained in:
Breadway 2026-06-07 00:00:49 +08:00
parent 0432c6d73a
commit efc2a81643

View file

@ -4,6 +4,9 @@ on:
push: push:
tags: ["v*"] tags: ["v*"]
permissions:
contents: write
env: env:
DL_DIR: /srv/breadway-dl DL_DIR: /srv/breadway-dl
ECOSYSTEM_DIR: /home/breadway/Projects/bread-ecosystem ECOSYSTEM_DIR: /home/breadway/Projects/bread-ecosystem