File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - run : poetry install
3131 - run : poetry run pytest
3232
33- - name : Upload Coverage
33+ - name : Upload coverage reports to Codecov
3434 uses : codecov/codecov-action@v3
35+ env :
36+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
3537
3638 semantic-release :
3739 name : Semantic Release and Publish
@@ -52,11 +54,12 @@ jobs:
5254 latest-changes :
5355 name : Latest Changes
5456 runs-on : ubuntu-latest
55- if : github.event_name == 'pull_request ' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true && github.event_name == 'push'
57+ if : ( github.event_name == 'push ' && github.ref == 'refs/heads/main') || ( github.event_name == 'pull_request' && github.ref == 'refs/heads/main' && github.event.pull_request.merged == true)
5658 steps :
5759 - uses : actions/checkout@v4
5860 with :
5961 token : ${{ secrets.ATTICUS_PAT }}
6062 - uses : docker://tiangolo/latest-changes:0.2.0
6163 with :
6264 token : ${{ secrets.GITHUB_TOKEN }}
65+ commit-message : " chore: update README.md"
You can’t perform that action at this time.
0 commit comments