From 28a0342f3f238fca0b267ca0f78da94eee325216 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 15 Apr 2026 03:51:12 +0900 Subject: [PATCH] fix: add content write permissions to publish --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6478cbea..d8debeec 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: - "**/CHANGELOG.md" permissions: - contents: read + contents: write concurrency: ${{ github.workflow }}-${{ github.ref }}