The First 300 Days of My Microsoft Journey
My friends and former colleagues have been bombarding me with questions about my job at Microsoft lately. And since it's been almost a year since I joined the company and things already started to settle down, I thought it could be a good time now to try to answer the question.
ReadA Curated List of Top 10 Android Games Worth Your Time
No matter whether you’re on a train, on a toilet, or on acid you’ll enjoy these games. Guaranteed!
ReadLessons Learned: Migrating from AppVeyor to GitHub Actions
The third article about GitHub Actions in a row? One must be thinking I am up to something. And they'd be right. Over the past week, I migrated more than 10 repositories from AppVeyor to GitHub Actions.
ReadUsing Environment Protection Rules to Secure Secrets When Building External Forks with pull_request_target 🤐
Building pull requests from forked repositories with GitHub Actions can be a bit tricky when it comes to secrets. As per the documentation, with the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository. This is to prevent the automatic execution of untrusted code that may be contained within the forked repo.
Read