From f2c1e2a233d7553351711c937c9a490053178773 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 13 Dec 2024 21:32:51 +0530 Subject: [PATCH] write permission --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbb2933..082c615 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,9 @@ jobs: deploy: # The type of runner that the job will run on runs-on: ubuntu-latest - + permissions: + id-token: write + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it