From acc30678a12ac609029bf16b5aa2b4844d25fcda Mon Sep 17 00:00:00 2001 From: Colin Wood <68213641+colinvwood@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:05:47 -0700 Subject: [PATCH] ci stuff --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14afd25..c4a651a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,5 @@ name: Test and lint -env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - on: pull_request: branches: ["main"] @@ -29,6 +26,9 @@ jobs: - name: Install plugin shell: bash -l {0} run: make install + env: + GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} + - name: Run tests shell: bash -l {0}