Skip to content

Commit 0b3eb32

Browse files
committed
OCI: Fix uploading packages to ghcr.io
1 parent 327867a commit 0b3eb32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/oci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
runs-on: ubuntu-latest
3636
if: ${{ ! (startsWith(github.actor, 'dependabot') || github.event.pull_request.head.repo.fork ) }}
3737

38+
permissions:
39+
packages: write
40+
3841
steps:
3942
-
4043
name: Checkout

0 commit comments

Comments
 (0)