Fix token?

This commit is contained in:
2026-09-15 15:08:11 +03:00
parent be7c855af8
commit 766e01f02a
+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 || gitea.token }}
- name: Install tools - name: Install tools
run: | run: |