diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index e0d7464..520b711 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -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