Skip to content

Commit

Permalink
Added api key to code coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonbarlow committed Aug 19, 2022
1 parent e863967 commit c7dcf2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- "**"
pull_request:

env:
MWA_ASVO_API_KEY: ${{ secrets.MWA_ASVO_API_KEY }}

name: Generate Coverage report

jobs:
Expand Down

0 comments on commit c7dcf2b

Please sign in to comment.