From 52415ea83e37f65d0b4aadce3d61ff97b175c027 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 11 Jul 2024 23:30:55 +0800 Subject: [PATCH] misc: removed redundant text' --- docs/documentation/platform/identities/oidc-auth/github.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/platform/identities/oidc-auth/github.mdx b/docs/documentation/platform/identities/oidc-auth/github.mdx index 1430d2d063..4a9e2c671c 100644 --- a/docs/documentation/platform/identities/oidc-auth/github.mdx +++ b/docs/documentation/platform/identities/oidc-auth/github.mdx @@ -129,7 +129,7 @@ In the following steps, we explore how to create and use identities to access th - Using `getIDToken()` from the Github Actions toolkit. - Below is an example of how a Github workflow can be configured to fetch secrets from Infisical using the [Infisical Secrets Action](https://github.com/Infisical/secrets-action) (we highly recommend you use this) with OIDC Auth. + Below is an example of how a Github workflow can be configured to fetch secrets from Infisical using the [Infisical Secrets Action](https://github.com/Infisical/secrets-action) with OIDC Auth. ```yaml name: Manual workflow