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: