pulsar-edit / pulsar

A Community-led Hyper-Hackable Text Editor
https://pulsar-edit.dev
Other
3.33k stars 140 forks source link

cirrus: Update Rolling upload token again #960

Closed DeeDeeG closed 8 months ago

DeeDeeG commented 8 months ago

I must have accidentally regenerated the token an additional time after encrypting it last time, such that the encrypted version was already inactive (regenerated over) by the time the PR went up to switch to it.

Fingers crossed I've done it correctly this time.

Follow-up to https://github.com/pulsar-edit/pulsar/pull/936.

Validation Steps

I can do a test cron build of Cirrus with this token and see if it uploads?

Update: It worked! ✅

See:

Uploading local binaries to rolling release repo: /tmp/cirrus-ci-build/binaries/Pulsar-1.114.2024031823-arm64.AppImage,/tmp/cirrus-ci-build/binaries/pulsar-1.114.2024031823-arm64.tar.gz,/tmp/cirrus-ci-build/binaries/pulsar-1.114.2024031823.aarch64.rpm,/tmp/cirrus-ci-build/binaries/pulsar_1.114.2024031823_arm64.deb
Releases published successfully: https://github.com/pulsar-edit/pulsar-rolling-releases/releases/tag/v1.114.2024031823

Unrelated CI failure on Cirrus macOS, something about not being able to symlink Homebrew's coopy of yarn... But that's out of scope for this PR, the token update worked this time 🎉

Update for the unrelated CI failure: Fixed in https://github.com/pulsar-edit/pulsar/pull/961, along with a bunch of other things that somehow broke in our Cirrus macOS runs since last Regular release went out. Hmmph!

DeeDeeG commented 8 months ago

Thanks for the reviews!

With this, https://github.com/pulsar-edit/pulsar/pull/961 and https://github.com/pulsar-edit/pulsar/pull/937 merged, we should have Cirrus up and running again and Rolling automatically going out every Monday, Wednesday and Friday. 🎉

(Note for posterity: The failing Cirrus run for this PR is due to things that are now fixed separately as of https://github.com/pulsar-edit/pulsar/pull/961 being merged just a minute or two ago. We should be all good now after this merges.)

Merging!