Skip to content

Commit

Permalink
OCI: Fix uploading packages to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 28, 2024
1 parent 327867a commit 0b3eb32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
runs-on: ubuntu-latest
if: ${{ ! (startsWith(github.actor, 'dependabot') || github.event.pull_request.head.repo.fork ) }}

permissions:
packages: write

steps:
-
name: Checkout
Expand Down

0 comments on commit 0b3eb32

Please sign in to comment.