We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bcf5d commit 559d351Copy full SHA for 559d351
1 file changed
.github/workflows/build-prod-image.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
build-and-push:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
+ packages: write
14
15
steps:
16
- name: Checkout code
0 commit comments