From 0a89a5d58be8c3b1963f3bd8da26e68e80dae6ab Mon Sep 17 00:00:00 2001 From: Amrasil Date: Wed, 26 Mar 2025 22:56:31 +0100 Subject: [PATCH] change(feat/OPS-31): token --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f6a6cd..a288a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - token: ${{RELEASE_PLEASE_TOKEN}} + token: ${{secrets.RELEASE_PLEASE_TOKEN}} file: ./coverage.xml