From 9df32e812410330982e3828387b76582d571dc06 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 19 Mar 2024 23:13:48 +0000 Subject: [PATCH] chore: update permissions --- .github/workflows/preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 5816432a6d..52b21f8c67 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,8 +8,7 @@ jobs: build-image: name: Build and Push image runs-on: ubuntu-22.04 - permissions: - packages: write + permissions: write-all outputs: # You'll need this output later to render the Compose file. tags: ${{ steps.meta.outputs.tags }}