Skip to content

Commit

Permalink
Stop using CODECOV_TOKEN (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed authored Jan 8, 2025
1 parent 1e0b13b commit f8bd499
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
spm-16-swift:
name: Swift Build Xcode 16
runs-on: macos-15
Expand Down Expand Up @@ -92,8 +90,6 @@ jobs:
- name: Upload Coverage Reports
if: success()
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
readme-validation:
name: Check Markdown links
runs-on: ubuntu-latest
Expand Down

0 comments on commit f8bd499

Please sign in to comment.