From eb2528c9fca1c278ad2d4e5b280493ee3c954438 Mon Sep 17 00:00:00 2001 From: Spencer Murray Date: Tue, 3 Jun 2025 17:10:37 -0400 Subject: [PATCH 1/2] Fix oops --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 502612f2e..e30b010c5 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ permissions: id-token: write ``` -This can be set at either the workflow or job level. See GitHub's [docs](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with- -openid-connect) for more details. +This can be set at either the workflow or job level. See GitHub's (docs)[https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with- +openid-connect] for more details. ## Arguments From 9715757e9de9f8f9ab1dca3d2c47d9795acc9c6a Mon Sep 17 00:00:00 2001 From: Spencer Murray Date: Tue, 3 Jun 2025 17:11:59 -0400 Subject: [PATCH 2/2] Fix oops for real tho --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e30b010c5..302bbc8a3 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,7 @@ permissions: id-token: write ``` -This can be set at either the workflow or job level. See GitHub's (docs)[https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with- -openid-connect] for more details. +This can be set at either the workflow or job level. See GitHub's [docs](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect) for more details. ## Arguments