Skip to content

Commit 600e8be

Browse files
committed
👷 Add package write permission
Signed-off-by: Joe Runde <[email protected]>
1 parent d37395b commit 600e8be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929
env:
3030
BUILDKIT_INLINE_CACHE: 1
31+
permissions:
32+
packages: write
33+
contents: read
3134

3235
steps:
3336
- name: "Checkout"

0 commit comments

Comments
 (0)