Skip to content

Commit 559d351

Browse files
Fix perms
1 parent f9bcf5d commit 559d351

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-prod-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build-and-push:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
packages: write
1114

1215
steps:
1316
- name: Checkout code

0 commit comments

Comments
 (0)