Skip to content

Commit

Permalink
Fix codecov tokens (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py committed Apr 10, 2024
1 parent 16ae2c8 commit 29d451e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/sentry_delayed_job_test.yml
Expand Up @@ -65,4 +65,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
4 changes: 3 additions & 1 deletion .github/workflows/sentry_opentelemetry_test.yml
Expand Up @@ -57,4 +57,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
4 changes: 3 additions & 1 deletion .github/workflows/sentry_rails_test.yml
Expand Up @@ -81,4 +81,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
4 changes: 3 additions & 1 deletion .github/workflows/sentry_resque_test.yml
Expand Up @@ -67,4 +67,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
4 changes: 3 additions & 1 deletion .github/workflows/sentry_ruby_test.yml
Expand Up @@ -73,4 +73,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
4 changes: 3 additions & 1 deletion .github/workflows/sentry_sidekiq_test.yml
Expand Up @@ -69,4 +69,6 @@ jobs:
- name: Upload Coverage
if: ${{ matrix.options.codecov }}
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }

0 comments on commit 29d451e

Please sign in to comment.