From e5322828dc541515f38b84a8d02c9d354ec5de23 Mon Sep 17 00:00:00 2001 From: Michael Milton Date: Tue, 19 Nov 2024 16:25:00 +1100 Subject: [PATCH] Add id-token: write --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 1192c263..dde17d03 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -85,6 +85,7 @@ jobs: needs: [test] runs-on: ubuntu-latest permissions: + id-token: write contents: write steps: - uses: actions/checkout@v3