Shane Bartholomeusz

Geek and lover of all things tech related

Tag: GitHub Actions

GitHub Actions Exam Study Guide

Overview

In 2024, GitHub announced that GitHub Certifications were generally available, offering a means to demonstrate knowledge and experience on the GitHub platform.

Having recently completed the GitHub Actions Certification, in this blog article I share my experience of sitting the exam, including, my study approach, the learning resources I used, tips for the exam, a useful mindmap containing key concepts, and much more!

GitHub Actions Certification Badge
Continue reading

Solved: GitHub Actions – HTTP 403: Resource not accessible by integration

Problem

Recently, whilst trying to run the following command in a GitHub Actions workflow script to create a new Release in my GitHub Repository:

gh release create XXXX --generate-notes

However, strangely I encountered the following workflow error:

HTTP 403: Resource not accessible by integration

If you’ve faced the same error, then you’re in luck – because I’ll be sharing the solution that worked for me to resolve this issue.

Continue reading

How to: Use GitHub Actions with OIDC to Authenticate with Azure

Overview

Deploying resources to the cloud through deployment pipelines requires the need to authenticate with the various cloud providers in a standardised and secure manner. GitHub Actions offers the ability to authenticate with Azure using OpenID Connect (OIDC).

In this post, I’ll guide you through the process of setting up OpenID Connect (OIDC) authentication with Azure and GitHub Actions.

GitHub Actions Logo
Continue reading

How to: Deploy Azure Functions Using Github Actions

Overview

GitHub has really opened the doors for collaboration across the wider software development community. If you are already using GitHub then it makes sense to make the most of the GitHub ecosystem and use of all of it’s available features, including GitHub Actions; a powerful workflow engine that enables developers to automate repetitive tasks.

In this post I’ll show you how you can deploy an Azure Function using a GitHub Actions workflows, and by the end of this guide, you’ll have a fully working automated deployment pipeline setup.

Please note that this guide assumes that you are already familiar with using Azure Functions and using GitHub for basic source control management.

Banner image
Continue reading

© 2025 Shane Bartholomeusz

Theme by Anders NorenUp ↑