From 9eab2faee9f7d25a0719e676416d99f500ed4b5d Mon Sep 17 00:00:00 2001 From: Nate Mortensen Date: Wed, 23 Oct 2024 16:44:41 -0700 Subject: [PATCH] Update codecov token name to match other repos --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index a32944b38..3103b8f94 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,5 +13,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 env: - CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} slug: uber/cadence \ No newline at end of file