Skip to content

Commit 544cade

Browse files
authored
chore(ci): add permissions to release workflow (#159)
Closes #158.
1 parent dc8d2bb commit 544cade

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-image-push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
description: Which tag to rebuild and push.
1313
required: true
1414

15+
permissions:
16+
contents: read
17+
packages: write
18+
1519
jobs:
1620
build:
1721
name: Build

0 commit comments

Comments
 (0)