Skip to content

Commit 40b45b3

Browse files
authored
[PLT-0] Update permission (#1586)
1 parent ed66437 commit 40b45b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ jobs:
139139
container-publish:
140140
runs-on: ubuntu-latest
141141
needs: ['build', 'test-build']
142+
permissions:
143+
packages: write
142144
if: |
143145
always() &&
144146
(needs.test-build.result == 'success' || needs.test-build.result == 'skipped') && github.event.inputs.tag

0 commit comments

Comments
 (0)