CI: Don't use private repo checkouts

This commit is contained in:
redtide 2023-05-31 16:56:25 +02:00
parent aa93824ee2
commit 917d4f51d6
No known key found for this signature in database

View file

@ -49,8 +49,6 @@ jobs:
repository: sfztools/lv2lint repository: sfztools/lv2lint
path: lv2lint path: lv2lint
ref: '0.16.2' ref: '0.16.2'
token: ${{ secrets.LV2LINT_TOKEN }}
persist-credentials: false
- name: Python Setup # lv2lint - name: Python Setup # lv2lint
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with: