ci(releaser): github workflow for signoz releases (#6719)

### Summary

- github workflow for automated SigNoz releases

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2024-12-26 16:46:55 +05:30 committed by GitHub
parent d2aa1cf06e
commit 14096f8d53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/workflows/releaser.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
name: releaser
on:
# schedule every wednesday 9:30 AM UTC (3pm IST)
schedule:
- cron: '30 9 * * 3'
# allow manual triggering of the workflow by a maintainer with no inputs
workflow_dispatch: {}
jobs:
releaser:
uses: signoz/primus.workflows/.github/workflows/releaser-signoz.yaml@feat/releaser-signoz
secrets: inherit
with:
PRIMUS_REF: feat/signoz-releaser