From 8ba67e6946fcdf9aae7e54ccbea7379a80b9da36 Mon Sep 17 00:00:00 2001 From: wu-bacca Date: Thu, 19 Oct 2023 15:01:25 +0200 Subject: [PATCH] Status of main branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0401f5..410bf1e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AWS OIDC Authentication Example with GitHub Actions -![GitHub Actions](https://github.com/github/docs/actions/workflows/main.yml/badge.svg?event=push) +![GitHub Actions](https://github.com/github/docs/actions/workflows/main.yml/badge.svg?branch=main) This repository is an example of how to deploy a project to Amazon Web Services (AWS) using GitHub Actions with OIDC (OpenID Connect) authentication. OIDC authentication adds an extra layer of security to your deployment pipeline.