From dffdd7b982aef99dc1a707e83cc0583716d6abf9 Mon Sep 17 00:00:00 2001 From: Frederic Leger Date: Tue, 20 Feb 2024 15:44:01 +0100 Subject: [PATCH] ci: fix perm errors --- .github/workflows/main-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 4c2d22c..8d039c2 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -19,6 +19,11 @@ jobs: name: Docker Build Images needs: ci uses: hoverkraft-tech/ci-github-container/.github/workflows/docker-build-images.yml@0.14.4 + permissions: + issues: read + packages: write + pull-requests: read + id-token: write secrets: oci-registry-password: ${{ secrets.DOCKERHUB_REGISTRY_PASSWORD }} with: