From 9f7e912d4499a5bc5c395829177e172a9377c48f Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Fri, 7 Jun 2024 15:57:11 -0700 Subject: [PATCH] fixup: add id-token permissions --- .github/workflows/deploy-private-nextflu.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-private-nextflu.yaml b/.github/workflows/deploy-private-nextflu.yaml index d1c7137c..71364280 100644 --- a/.github/workflows/deploy-private-nextflu.yaml +++ b/.github/workflows/deploy-private-nextflu.yaml @@ -28,6 +28,8 @@ defaults: jobs: deploy_to_netlify: runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v4 with: