Skip to content

Commit 19e22e1

Browse files
committed
feat: adding gh permissions
1 parent 8bf0cc6 commit 19e22e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
jobs:
1313
docker_publish:
1414
runs-on: 'ubuntu-22.04'
15+
permissions:
16+
contents: read
17+
packages: write
1518

1619
steps:
1720
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)