Skip to content

Commit 14c3ce3

Browse files
authored
Update permission for pipedv1 build and publish workflow (#6322)
Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
1 parent 41fdb75 commit 14c3ce3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_pipedv1_exp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,9 @@ jobs:
102102
runs-on: ubuntu-24.04
103103
needs: container_image
104104
permissions:
105-
contents: read
106105
packages: write
106+
contents: write
107+
pull-requests: write
107108
steps:
108109
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109110
with:

0 commit comments

Comments
 (0)