diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 11db932..95126c7 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -24,6 +24,8 @@ jobs: name: ${{ matrix.platform }} py${{ matrix.python-version }} runs-on: ${{ matrix.platform }} timeout-minutes: 30 + permissions: + id-token: write strategy: fail-fast: false matrix: @@ -65,6 +67,8 @@ jobs: - name: Coverage uses: codecov/codecov-action@v5 + with: + use_oidc: true deploy: # this will run when you have tagged a commit, starting with "v*"