gitea-actions: Use empty string for github token

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

View File

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