From d2ed977f39b423f7ef481a6a302c9d25f20cf032 Mon Sep 17 00:00:00 2001 From: Jason Kai Date: Fri, 6 Oct 2023 06:59:26 -0400 Subject: [PATCH] update ci workflow inputs --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f84854b..af8bdf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,6 @@ jobs: name: Lint code if: github.event.pull_request.merged == false runs-on: ubuntu-latest - permissions: - actions: write - contents: read strategy: matrix: python-version: [3.8] @@ -28,7 +25,6 @@ jobs: uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1 with: python-version: ${{ matrix.python-version }} - token: ${{ secrets.GITHUB_TOKEN }} - name: Run ruff run: poetry run ruff autobidsportal @@ -55,16 +51,12 @@ jobs: matrix: python-version: [3.8] redis-version: [6] - permissions: - actions: write - contents: read steps: - name: Setup environment uses: khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1 with: python-version: ${{ matrix.python-version }} - token: ${{ secrets.GITHUB_TOKEN }} - name: Start Redis uses: supercharge/redis-github-action@1.1.0