workflow: fix gitea token on checkout

This commit is contained in:
Julian Mutter 2025-03-21 21:57:51 +01:00
parent 1abc06f58c
commit b9b5b378f7

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: "${{ secrets.GH_TOKEN }}"
token: "${{ gitea.token }}"
fetch-depth: 0
ref: flake-updates