diff --git a/.github/workflows/run_e2e_on_ref_local.yml b/.github/workflows/run_e2e_on_ref_local.yml index 1eba31e9a..429727b79 100644 --- a/.github/workflows/run_e2e_on_ref_local.yml +++ b/.github/workflows/run_e2e_on_ref_local.yml @@ -20,6 +20,7 @@ jobs: runs-on: [ self-hosted, linux ] permissions: contents: read + packages: read container: image: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/debian_docker:latest" options: -v /var/run/docker.sock:/var/run/docker.sock