From 9e9ce261c88b712a92d39dc11bce7fa3e10421ea Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 22 Mar 2024 12:59:51 -0400 Subject: [PATCH] give gha permission to update git token --- .github/workflows/build-staging-and-deploy-aws.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 438e3eebd..538c22732 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -1,6 +1,10 @@ name: Build, Publish and Deploy to Gamma on: [workflow_dispatch] +permissions: + id-token: write + contents: read + jobs: infisical-image: name: Build backend image