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: