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