From 8fd2e660706cabd3a903a1bb81ba3ed158e0330c Mon Sep 17 00:00:00 2001 From: Miyata Jumpei Date: Mon, 1 Nov 2021 11:02:19 +0900 Subject: [PATCH] Remove duplicate "token.actions.githubusercontent.com:sub" key --- .../configuring-openid-connect-in-amazon-web-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md index a51d7e08b706..d1e4fdcad534 100644 --- a/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md +++ b/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md @@ -44,7 +44,7 @@ By default, the validation only includes the audience (`aud`) condition, so you "Condition": { "StringEquals": { "token.actions.githubusercontent.com:aud": "https://github.com/octo-org", - "token.actions.githubusercontent.com:sub": "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch" + "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch" ``` ## Updating your {% data variables.product.prodname_actions %} workflow