Skip to content

Commit

Permalink
use GITHUB_TOKEN for fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
reepoi committed Jul 12, 2023
1 parent 79f7e35 commit 0ada7c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- name: Setup Flake8 output matcher for PR annotations
run: echo '::add-matcher::.github/workflows/flake8-linter-matcher.json'
- name: Run Flake8 linter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote add upstream [email protected]:pvlib/pvlib-python.git
git fetch upstream main
Expand Down

0 comments on commit 0ada7c4

Please sign in to comment.