Minor fix

This commit is contained in:
2026-09-15 15:04:01 +03:00
parent 4b18436fb0
commit be7c855af8
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
token: ${{ secrets.token }} token: ${{ secrets.GITHUB_TOKEN || gitea.token }}
- name: Install tools - name: Install tools
run: | run: |