Posts

Conditional actions in GitHub Workflows

When modeling complex tasks in a workflow, you sometimes might want not to execute a specific step - depending on the context. Let's have a (simplified) example. Using a build matrix, we build a debug…

Using deploy keys on GitHub Actions

Some of the tools you are using in GitHub Workflows might require access to private repositories. One of the examples might be the Fastlane Match. While it is easy to use a personal token on GitHub, deploy…