update-flake-inputs: set gitea-token/github-token correctly

This commit is contained in:
Jörg Thalheim
2025-07-14 17:41:43 +02:00
parent 36adc38ec4
commit a424f318e4

View File

@@ -22,6 +22,9 @@ jobs:
- name: Update flake inputs
uses: Mic92/update-flake-inputs-gitea@main
env:
with:
# Exclude private flakes and update-clan-core checks flake
EXCLUDE_PATTERNS: "devFlake/private/flake.nix,checks/impure/flake.nix"
exclude-patterns: "devFlake/private/flake.nix,checks/impure/flake.nix"
gitea-token: ${{ secrets.CI_BOT_TOKEN }}
github-token: ${{ secrets.CI_BOT_GITHUB_TOKEN }}