Skip to content

Commit

Permalink
fix codecov files
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Apr 11, 2024
1 parent e207f0c commit e20799d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sentry_delayed_job_test.yml
Expand Up @@ -67,4 +67,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sentry_opentelemetry_test.yml
Expand Up @@ -59,4 +59,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sentry_rails_test.yml
Expand Up @@ -83,4 +83,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sentry_resque_test.yml
Expand Up @@ -69,4 +69,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sentry_ruby_test.yml
Expand Up @@ -75,4 +75,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/sentry_sidekiq_test.yml
Expand Up @@ -71,4 +71,4 @@ jobs:
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e20799d

Please sign in to comment.