1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Specify GITHUB_TOKEN for flake8-your-pr via env

This commit is contained in:
Athanasius 2020-07-26 21:26:55 +01:00
parent 63d44bf8d7
commit 8dbb275dca

View File

@ -25,3 +25,5 @@ jobs:
python-version: 3.7
- name: Annotate with Flake8
uses: "tayfun/flake8-your-pr@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}