From 28036cbcd379099203594af1d134144f08c36a2d Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Thu, 4 Jan 2024 11:48:10 -0500 Subject: [PATCH] debug token request --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a20a715c..5a97160b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,8 @@ env: jobs: deploy: runs-on: ubuntu-latest + permissions: + id-token: write # This is required for requesting the JWT steps: # - name: Checkout # uses: actions/checkout@v3