mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 00:39:02 +01:00
Trigger cron from github actions
This commit is contained in:
parent
245ac95fcd
commit
64d4c211b4
5
.github/workflows/slsa-releaser.yml
vendored
5
.github/workflows/slsa-releaser.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
go-version: 1.17
|
||||
env: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||
|
||||
# Sign the binaries (if this is a macos build)
|
||||
# Sign the binaries (if this is a macos build) and upload the signed binaries
|
||||
macos_signer:
|
||||
runs-on: macos-11.0
|
||||
needs:
|
||||
@ -60,6 +60,9 @@ jobs:
|
||||
hishtory-darwin-arm64-unsigned
|
||||
hishtory-darwin-amd64
|
||||
hishtory-darwin-amd64-unsigned
|
||||
- name: Trigger the backend API service so it knows a release is finished
|
||||
run: |
|
||||
curl https://api.hishtory.dev/api/v1/trigger-cron
|
||||
|
||||
# Upload to GitHub release.
|
||||
upload:
|
||||
|
Loading…
Reference in New Issue
Block a user