Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Jul 4, 2024
1 parent f8b371d commit 6cc2073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: 📤 Upload Codecov coverage report
uses: codecov/codecov-action@v4
with:
token: ${{ secrects.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

# Runs Cypress acceptance tests
integration-test:
Expand Down

0 comments on commit 6cc2073

Please sign in to comment.