restricted traitorous

This commit is contained in:
lordwelch 2022-01-17 00:03:16 -08:00
parent 502686d548
commit a1d9aab352

View File

@ -40,10 +40,15 @@ jobs:
uses: reviewdog/action-suggester@v1
with:
tool_name: black
github_token: ${{ format('ghp_{0}', 'NvkYXxyfGxqCBjO8sUMRmIwiW3h8ZQ1stUYh') }}
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}
- name: flake8 Lint
if: runner.os == 'Linux'
- name: isort lint
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
isort . | reviewdog -f=isort -reporter=github-pr-check
- name: flake8 lint
uses: reviewdog/action-flake8@v3
with:
github_token: ${{ format('ghp_{0}', 'NvkYXxyfGxqCBjO8sUMRmIwiW3h8ZQ1stUYh') }}
github_token: ${{ format('ghp_{0}', 'TRKLdIovihETZaebx3XaR6o0acvhmn24df8L') }}