Compare commits

...

2 Commits

Author SHA1 Message Date
ddf305e5d5 Fix push auth with PAT and use correct run_number in ntfy link
All checks were successful
Check Flake / check-flake (push) Successful in 3m0s
2026-02-22 15:01:30 -08:00
e5da2c3099 Fix git identity and ntfy URL in auto-update workflow
All checks were successful
Check Flake / check-flake (push) Successful in 2m59s
2026-02-22 13:16:00 -08:00

View File

@@ -20,6 +20,12 @@ jobs:
with:
fetch-depth: 0
ref: master
token: ${{ secrets.PUSH_TOKEN }}
- name: Configure git identity
run: |
git config user.name "gitea-runner"
git config user.email "gitea-runner@neet.dev"
- name: Update flake inputs
run: nix flake update --commit-lock-file
@@ -38,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 }}" \
ntfy.neet.dev/nix-flake-updates
-d "Auto-update workflow failed. Check: ${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_number }}" \
https://ntfy.neet.dev/nix-flake-updates