Compare commits
2 Commits
bab4b3ff8e
...
ddf305e5d5
| Author | SHA1 | Date | |
|---|---|---|---|
| ddf305e5d5 | |||
| e5da2c3099 |
@@ -20,6 +20,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: master
|
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
|
- name: Update flake inputs
|
||||||
run: nix flake update --commit-lock-file
|
run: nix flake update --commit-lock-file
|
||||||
@@ -38,5 +44,5 @@ jobs:
|
|||||||
-H "Title: Flake auto-update failed" \
|
-H "Title: Flake auto-update failed" \
|
||||||
-H "Priority: high" \
|
-H "Priority: high" \
|
||||||
-H "Tags: warning" \
|
-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 }}" \
|
||||||
ntfy.neet.dev/nix-flake-updates
|
https://ntfy.neet.dev/nix-flake-updates
|
||||||
|
|||||||
Reference in New Issue
Block a user