From 67380ccf8114c8b084eb006a7137b271810b75dd Mon Sep 17 00:00:00 2001 From: Ethan Russell <44298283+Ethan-Russell@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:28:31 -0500 Subject: [PATCH] Update ci.yml with correct CODECOV_TOKEN --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46085c8..6540e18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: pull_request: types: [opened, synchronize, reopened] env: - CODECOV_TOKEN: 6b63b55f-caba-4243-9007-28c0fb8b5981 + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} jobs: test: if: "!contains(github.event.head_commit.message, 'skip ci')" @@ -42,4 +42,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v1 with: - file: lcov.info \ No newline at end of file + file: lcov.info