actions: Use empty string for github token
Some checks failed
Ruff / ruff (push) Successful in 21s
Test / test (push) Failing after 3m55s

This commit is contained in:
Adam Goldsmith 2024-02-17 13:47:27 -05:00
parent 7c26cf252d
commit 1698545391

View File

@ -24,6 +24,7 @@ jobs:
with: with:
cache: true cache: true
python-version: ~3.11 python-version: ~3.11
token: ""
- name: Install apt dependencies - name: Install apt dependencies
run: >- run: >-
sudo apt-get update && sudo apt-get update &&