Another fix

This commit is contained in:
2026-09-15 15:09:27 +03:00
parent 766e01f02a
commit 4fe0c774d6
+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.GITHUB_TOKEN || gitea.token }} token: ${{ secrets.GITHUB_TOKEN || secrets.GITEA_TOKEN }}
- name: Install tools - name: Install tools
run: | run: |