This commit is contained in:
albert 2025-02-12 12:19:03 -08:00
parent b37d205201
commit 93d8a877f1
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -25,7 +25,15 @@ jobs:
git config --global user.email '${{ github.actor }}@sysctl.io'
git config --global user.name '${{ github.actor }}'
git commit -am "[${{ github.job }}] [ACT] Flake Lock Update"
git push https://${{ secrets.REPO_RW_TOKEN }}@git.sysctl.io/${{ github.repository }}.git
git push
- name: Trigger Deploy Workflow
if: success()
run: |
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: token ${{ secrets.FORGEJO_TOKEN }}" \
https://git.sysctl.io/repos/albert/nix/actions/workflows/deploy/dispatches \
-d '{"event_type": "deploy-rs-start"}'
- name: Send Notification
uses: actions/gotify-action@master
if: always()