Skip to content

Commit 11341b8

Browse files
authored
chore(ci): add ACCESS_TOKEN env var to pytest workflow step
Modified the Test with pytest workflow step to include the ACCESS_TOKEN environment variable from secrets.
1 parent 5420ead commit 11341b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ jobs:
3939
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4040
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4141
- name: Test with pytest
42+
env:
43+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
4244
run: |
4345
pytest

0 commit comments

Comments
 (0)