Skip to content

Commit

Permalink
add env token secrets.GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Sep 8, 2020
1 parent b30bca1 commit 14c3da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
Expand Down

0 comments on commit 14c3da5

Please sign in to comment.