From e3797ea96b2adf126fdc1a0b938557e9279db0e6 Mon Sep 17 00:00:00 2001 From: yusing Date: Sat, 29 Mar 2025 09:36:56 +0800 Subject: [PATCH] fix: update permissions in agent-binary workflow to allow write access for contents --- .github/workflows/agent-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agent-binary.yml b/.github/workflows/agent-binary.yml index cd6693c..acea694 100644 --- a/.github/workflows/agent-binary.yml +++ b/.github/workflows/agent-binary.yml @@ -21,7 +21,7 @@ jobs: name: Build ${{ matrix.platform }} runs-on: ${{ matrix.runner }} permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v4