Skip to content

Commit 1786477

Browse files
committed
add permission to upload packages
1 parent a5d3aa9 commit 1786477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-publish-docker-helm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
tags:
1010
- "**"
1111

12+
permissions:
13+
packages: write
14+
1215
jobs:
1316
build:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)