Skip to content

Commit d3d7770

Browse files
committed
chore(ci): Set secrets in environment for tests
1 parent 2c4fc2a commit d3d7770

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777

7878
- name: Run tests with pytest
7979
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 }}
8085

8186
- name: Upload code coverage
8287
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)