Skip to content

Commit

Permalink
Merge pull request #197 from kaitj/maint/actions
Browse files Browse the repository at this point in the history
Patch to add github token for action
  • Loading branch information
kaitj authored Oct 5, 2023
2 parents 49ef661 + 0eb5e7f commit 3863cc9
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 3863cc9

Please sign in to comment.