Refactor: Replace GitHub token verification script and update workflow steps
Test Python CLI / test-python (push) Successful in 11s

This commit is contained in:
2026-08-24 10:02:15 +02:00
parent fbe4fab4e7
commit bc753ba00a
4 changed files with 24 additions and 38 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
python-version: '3.14'
- name: Check Authentication
run: python3 python/check_github_token.py "${{ secrets.GH_TOKEN }}"
run: python3 python/install_github_release.py --check-token -k "${{ secrets.GH_TOKEN }}"
- name: Go ACME Setup
run: python3 python/install_github_release.py go-acme/lego -t archive -k "${{ secrets.GH_TOKEN }}" -p /tmp/python-cli-test