From f7fe9453c458c210bd6111ddf153c8a6aff3c16b Mon Sep 17 00:00:00 2001 From: Ramachandran G Date: Fri, 9 Aug 2024 11:14:56 +0530 Subject: [PATCH] *Update deploy file --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 885e6c1..dda979a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,11 @@ name: Deploy and Create Release jobs: build: + permissions: + checks: write + pull-requests: write + id-token: write + packages: write # for pushing GitHub packages name: Upload Release Asset runs-on: ubuntu-latest steps: