diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 50a42b5c..330e37d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ name: Python unit-tests on: - - push - - pull_request +- push +- pull_request jobs: build: @@ -27,3 +27,7 @@ jobs: - uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + use_oidc: true +permissions: + id-token: write