fixed token var

This commit is contained in:
2026-09-13 23:03:25 +02:00
parent 2513bc360d
commit c33d115feb
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.CI_TOKEN }}
- name: Configure git - name: Configure git
run: | run: |