From c84c0716ce75e1459d4cb5fa9acc4f4322e26881 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 22 Feb 2026 15:01:30 -0800 Subject: [PATCH] Fix push auth with PAT and use correct run_number in ntfy link --- .gitea/workflows/auto-update.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-update.yaml b/.gitea/workflows/auto-update.yaml index 9222856..d2b6f35 100644 --- a/.gitea/workflows/auto-update.yaml +++ b/.gitea/workflows/auto-update.yaml @@ -20,6 +20,7 @@ jobs: with: fetch-depth: 0 ref: master + token: ${{ secrets.PUSH_TOKEN }} - name: Configure git identity run: | @@ -43,5 +44,5 @@ jobs: -H "Title: Flake auto-update failed" \ -H "Priority: high" \ -H "Tags: warning" \ - -d "Auto-update workflow failed. Check: ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id }}" \ + -d "Auto-update workflow failed. Check: ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \ https://ntfy.neet.dev/nix-flake-updates