Skip to content

Commit e666db3

Browse files
committed
Add permissions to job
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 4904851 commit e666db3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/image-build-push-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
(github.event.issue.pull_request && contains(github.event.comment.body, '/rebuild'))
3535
)
3636
runs-on: ubuntu-latest
37+
permissions:
38+
contents: read
39+
packages: write
3740
strategy:
3841
fail-fast: false
3942
matrix:

0 commit comments

Comments
 (0)