diff --git a/.github/workflows/agent-binary.yml b/.github/workflows/agent-binary.yml index cd6693c6..acea6941 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