Skip to content

Commit

Permalink
for continuous integration add environment variable for codecov and m…
Browse files Browse the repository at this point in the history
…ongodb
  • Loading branch information
rfhb committed May 1, 2024
1 parent 63eb29a commit 604cca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-standard-win-macos-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
AT_HOME: true
RSPM: ${{ matrix.config.rspm }}
GITHUB_PAT: ${{ secrets.GHPAT }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CTRDATAMONGOURI: ${{ secrets.CTRDATAMONGOURI }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 604cca2

Please sign in to comment.