We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4fc2a commit d3d7770Copy full SHA for d3d7770
.github/workflows/ci.yaml
@@ -77,6 +77,11 @@ jobs:
77
78
- name: Run tests with pytest
79
run: poetry run coverage run -m pytest -v tests/ airflow_dbt_python/utils/
80
+ env:
81
+ GITLAB_READ_TOKEN: ${{ secrets.GITLAB_READ_TOKEN }}
82
+ GITLAB_USERNAME: ${{ secrets.GITLAB_USERNAME }}
83
+ GITHUB_READ_TOKEN: ${{ secrets.GH_READ_TOKEN }}
84
+ GITHUB_USERNAME: ${{ secrets.GH_USERNAME }}
85
86
- name: Upload code coverage
87
uses: actions/upload-artifact@v3
0 commit comments