From f315a369a3c43b691b73a357328e337dd0a33156 Mon Sep 17 00:00:00 2001 From: DownerCase Date: Mon, 16 Dec 2024 13:41:34 +0000 Subject: [PATCH] Add package read permission --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eac9d51..8116dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ permissions: contents: read # Optional: allow write access to checks to allow the action to annotate code in the PR. checks: write + # Required: Access to container images + packages: read jobs: detect-go-modules: