There was an error while loading. Please reload this page.
1 parent 4904851 commit e666db3Copy full SHA for e666db3
1 file changed
.github/workflows/image-build-push-dev.yaml
@@ -34,6 +34,9 @@ jobs:
34
(github.event.issue.pull_request && contains(github.event.comment.body, '/rebuild'))
35
)
36
runs-on: ubuntu-latest
37
+ permissions:
38
+ contents: read
39
+ packages: write
40
strategy:
41
fail-fast: false
42
matrix:
0 commit comments