ci: switch to conveyor action

This commit is contained in:
zaneschepke
2026-02-26 20:58:17 -05:00
parent 517c0bebac
commit 7ef728cfd8
2 changed files with 24 additions and 22 deletions
-3
View File
@@ -3,8 +3,6 @@ include required("conveyor.conf")
conveyor.billing-email = "dev@zaneschepke.com"
app {
signing-key = ${env.CONVEYOR_SIGNING_KEY}
mac.certificate = apple.cer
windows.certificate = windows.cer
@@ -13,7 +11,6 @@ app {
}
// will overwrite base-url
github {
oauth-token = ${env.CONVEYOR_PAT}
pages-branch = "gh-pages"
}