Skip to content

Commit

Permalink
add secrets token to installPyProject
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Oct 5, 2023
1 parent 9792c40 commit 0eb5e7f
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 @@ -25,6 +25,7 @@ jobs:
uses: khanlab/actions/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run ruff
run: poetry run ruff autobidsportal
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
uses: khanlab/actions/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Start Redis
uses: supercharge/[email protected]
Expand Down

0 comments on commit 0eb5e7f

Please sign in to comment.