#GithubWorkflow
April 7, 2025 at 12:56 AM
Currently playing around with #AtProto and #PowerShellSummit

Making a #GitHubWorkflow that archives matching posts.

Probably going to go into it during my talk.
April 7, 2025 at 12:34 AM
I love the smell of #AtProto #PowerShell in the morning!

My #GitHubWorkflow has been calmly checking in any #PowerShellSummit posts all night long!
April 7, 2025 at 5:05 PM
And last but not least I also make a #WebSocket module that lets you drink directly from the #bluesky #jetstream firehose.

It's simply called "WebSocket"

github.com/PowerShellWe...

( This also has a #GitHub action, in case we want to aggregate realtime in a #githubworkflow )
GitHub - PowerShellWeb/WebSocket: Work with WebSockets in PowerShell
Work with WebSockets in PowerShell. Contribute to PowerShellWeb/WebSocket development by creating an account on GitHub.
github.com
December 10, 2024 at 8:17 PM
In this 3-parts series, I'll implement a #GitHubWorkflow that tests every PR on @kubernetes.io.

Today, we will look at the foundations, #testing locally with #testcontainters and #Flyway, then using the @github.com's infrastructure, and it's already a lot!
Pull request testing on Kubernetes: testing locally and on GitHub workflows
Imagine an organization with the following practices: Commits code on GitHubRuns its CI/CD pipelines with GitHub ActionsRuns its production workload on KubernetesUses Google Cloud A new engineer man...
blog.frankel.ch
February 9, 2025 at 5:44 PM
Yeah I'm not saying it's anywhere near the only answer.

Just one that's been working reliably for me for over a year now.

I use a simple #GitHubAction to watch my #AtProto account, and then use a #GitHubWorkflow to make my page with #PowerShell.

Very straightfoward, simple, and effective.
January 14, 2026 at 12:51 AM
I make a meta programmed module that wraps the whole API whenever I do a new build.

That's PSA.

github.com/StartAutomat...

Cool feature: it has a #GitHub Action that lets you publish to BlueSky during a #GitHubWorkflow.
GitHub - StartAutomating/PSA: PowerShell Announcements (with AtProtocol)
PowerShell Announcements (with AtProtocol). Contribute to StartAutomating/PSA development by creating an account on GitHub.
github.com
December 10, 2024 at 8:14 PM
qrfi v0.1.1のリリースに合わせて #homebrew リポジトリも更新し、Homebrewでqrfi v0.1.1をインストールできるようにしたのですが、 #githubworkflow でのHomebrewのボトル作成に失敗してしまいました。手動でのリカバリーにはなんとか成功しましたが、かなり時間を費やしたので、反省しています。

https://github.com/h12o/homebrew-repo/pull/3#issuecomment-4148074299

#github #qrfi
March 28, 2026 at 1:45 PM
Not only that, after finding out the official doc, it appears that they have 30+ events that can trigger a workflow! 💥

docs.github.com/en/actions/r...

#GitHubActions #GitHubWorkflow
Events that trigger workflows - GitHub Docs
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
docs.github.com
July 1, 2025 at 9:04 AM
Yep. Related to this sort of idea, here's a post I made about static #site generation.

It includes a #GitHubWorkflow anyone can copy and paste to make their own #GitHubPage in pure #PowerShell.

posh.pckt.blog/static-sites...

Uses a neat trick where the workflow name is the script name.
Static Sites are Simple - PowerShell Pocket Blog
Static Sites are simple. They're just files, and mostly text. Here's a PowerShell one-liner to make a really simple static site: We make static sites with whate...
posh.pckt.blog
May 11, 2026 at 5:00 PM
Or just do it all in PowerShell.... And use New-GitHubWorkflow in PSDevOps to make the workflow for you....

github.com/StartAutomat...
GitHub - StartAutomating/PSDevOps: PowerShell Tools for DevOps
PowerShell Tools for DevOps. Contribute to StartAutomating/PSDevOps development by creating an account on GitHub.
github.com
December 2, 2024 at 9:40 PM