Skip to content

Commit 1a3fb9d

Browse files
committed
add permissison to push image
1 parent f84c86c commit 1a3fb9d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
name: Release Please
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 30
12+
permissions:
13+
contents: read
14+
packages: write
15+
1216
steps:
1317
- name: Checkout
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)