Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN to bypass rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Sep 6, 2023
1 parent 07a622e commit 7a76d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
shell: bash -l {0}
run: |
get-pestpp :home
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: ${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.test-path }}
shell: bash -l {0}
Expand Down

0 comments on commit 7a76d6c

Please sign in to comment.