Skip to content

Commit

Permalink
Fixed typo in environment variable for the CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
felipet committed Oct 11, 2024
1 parent 83ae99c commit 79718b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Tests
run: cargo test
env:
MAILJET_USER_KEY: ${{ secrets.MAILJET_USER_KEY }}
MAILJET_USER_NAME: ${{ secrets.MAILJET_USER_NAME }}
MAILJET_API_KEY: ${{ secrets.MAILJET_API_KEY }}
MAILJET_API_USER: ${{ secrets.MAILJET_API_USER }}
MAILJET_FROM_EMAIL: ${{ vars.MAILJET_FROM_EMAIL }}
- name: Generate code coverage
run: cargo tarpaulin --verbose --all-features --timeout 120 --out xml
Expand Down

0 comments on commit 79718b6

Please sign in to comment.