From cce62d2c5de2f08d7079c42e176d3a13210ee06b Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sat, 17 Jan 2026 18:05:00 +0900 Subject: [PATCH] fix(ci): add workflows permission for pushing to master --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0db00987e..ef9fc3d8f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,6 +23,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: contents: write id-token: write + workflows: write jobs: test: