ci: Add custom token back

This commit is contained in:
Krypton
2025-04-08 10:39:47 +02:00
committed by GitHub
parent 8aa2636981
commit ee734f3ab4
2 changed files with 5 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- name: Setup Python
uses: actions/setup-python@v5
with: