From 57af11a8d157ace4cba9fb6a0d66c0de78747d77 Mon Sep 17 00:00:00 2001 From: ZEXSM Date: Thu, 16 May 2024 18:44:44 +0300 Subject: [PATCH] fix use rep token --- .github/workflows/ci-cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ff89768..6a6fc10 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,8 +18,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - with: - token: ${{ secrets.GH_PAT }} - name: Setup .NET SDK ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v3 with: @@ -35,7 +33,7 @@ jobs: dotnet minicover report dotnet minicover coverallsreport --service-name "github" \ --service-job-id ${{ github.run_id }} \ - --repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} \ + --repo-token JiOZl3ryPk0SlG6xKgZny4u3TYxmeKJee \ --branch ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} \ --commit ${{ github.sha }} cd: