Skip to content

Commit

Permalink
Merge branch 'main' into feature/Custom-Property-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEXSM committed May 16, 2024
2 parents 3f6b496 + 682194b commit d536c72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit d536c72

Please sign in to comment.