Refactor: Replace GitHub token verification script and update workflow steps
Test Python CLI / test-python (push) Successful in 11s
Test Python CLI / test-python (push) Successful in 11s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user