Skip to content

Commit 689d561

Browse files
committed
fix: add write package permissions
1 parent 90d168f commit 689d561

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_push_docker_image.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- '**'
88
- '!main'
99

10+
permissions:
11+
packages: write
12+
1013
jobs:
1114
build-and-push:
1215
runs-on: self-hosted

0 commit comments

Comments
 (0)