Skip to content

Commit

Permalink
build: pass through env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 13, 2024
1 parent 747f19b commit f6c1d83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

- name: Run tests
run: uv run pytest --cov-report=xml --cov=src/githarbor/ --cov-report=term-missing
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}

- name: Upload test results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit f6c1d83

Please sign in to comment.