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: 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 &&