Feat: Add GitHub token verification script and integrate it into workflow
Test Python CLI / test (push) Successful in 11s
Test Python CLI / test (push) Successful in 11s
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
||||
with:
|
||||
python-version: '3.14'
|
||||
|
||||
- name: Check Authentication
|
||||
run: python3 python/check_github_token.py "${{ 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