From c88c308c13d4006d2b48877d62b12d9663ddc3b0 Mon Sep 17 00:00:00 2001 From: khanhtc1202 Date: Sat, 18 Oct 2025 18:31:38 +0900 Subject: [PATCH] Update permission for pipedv1 build and publish workflow Signed-off-by: khanhtc1202 --- .github/workflows/publish_pipedv1_exp.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_pipedv1_exp.yaml b/.github/workflows/publish_pipedv1_exp.yaml index 1e9c7ea511..22fe8e57e9 100644 --- a/.github/workflows/publish_pipedv1_exp.yaml +++ b/.github/workflows/publish_pipedv1_exp.yaml @@ -102,8 +102,9 @@ jobs: runs-on: ubuntu-24.04 needs: container_image permissions: - contents: read packages: write + contents: write + pull-requests: write steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: