diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f44d8657..bc58f191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,8 @@ name: Python package on: - - push - - pull_request +- push +- pull_request jobs: build: @@ -33,6 +33,8 @@ jobs: uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + use_oidc: true pass: needs: [build] runs-on: ubuntu-latest @@ -42,3 +44,5 @@ jobs: uses: re-actors/alls-green@release/v1 with: jobs: ${{ toJSON(needs) }} +permissions: + id-token: write