From 00ce054687fd038c1600f53b5293624a16f569bf Mon Sep 17 00:00:00 2001 From: Aki Kanellis Date: Sun, 31 Mar 2024 20:31:09 +0300 Subject: [PATCH] build: pass token in `with` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b0c8f67..31fe555 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,5 +42,5 @@ jobs: - name: Upload test coverage to Codecov # yamllint disable-line rule:line-length uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + token: ${{ secrets.CODECOV_TOKEN }}