Skip to content

Commit

Permalink
chore: remove GitHub token from test checkout (#122)
Browse files Browse the repository at this point in the history
Fix failing run-tests action on forks, by removing the GitHub token
from the checkout step.
  • Loading branch information
wlsnmrk authored Sep 30, 2024
1 parent 267ad78 commit 40960cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: 🧾 Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_BASIC }}
lfs: true
submodules: 'recursive'

Expand Down

0 comments on commit 40960cc

Please sign in to comment.