From 9549eda90f815f771f482a09328c1ba250ae3231 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 20 Mar 2024 07:49:49 +0000 Subject: [PATCH] chore: update ci file --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f8cc8b4383..46c2f96359 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -78,6 +78,8 @@ jobs: compose-file-cache-key: ${{ needs.render-compose-file.outputs.compose-file-cache-key }} compose-file-cache-path: ${{ needs.render-compose-file.outputs.compose-file-cache-path }} server: https://app.uffizzi.com/ + secrets: + access-token: ${{ secrets.GITHUB_TOKEN }} permissions: contents: read pull-requests: write