From f1b60b3dbc71f3db22c31a04ec7d8483d78496e1 Mon Sep 17 00:00:00 2001 From: laurentsimon <64505099+laurentsimon@users.noreply.github.com> Date: Wed, 1 Jun 2022 15:47:53 -0700 Subject: [PATCH] Update publishimage.yml --- .github/workflows/publishimage.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index 1d3964f3648..161dc7888e6 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -14,10 +14,7 @@ name: publishimage -permissions: - contents: read - id-token: write - packages: write +permissions: read-all on: push: @@ -30,6 +27,10 @@ jobs: unit-test: name: publishimage runs-on: ubuntu-latest + permissions: + contents: read + id-token: write + packages: write env: COSIGN_EXPERIMENTAL: "true" steps: