Skip to content

Commit 96c0a78

Browse files
(AzureCXP) removed the trailing slash in the generate deployment credentials (Open ID Connect) example
https://github.com/MicrosoftDocs/azure-docs/issues/111542
1 parent 3b9d89d commit 96c0a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/deploy-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ OpenID Connect is an authentication method that uses short-lived tokens. Setting
140140
("credential.json" contains the following content)
141141
{
142142
"name": "<CREDENTIAL-NAME>",
143-
"issuer": "https://token.actions.githubusercontent.com/",
143+
"issuer": "https://token.actions.githubusercontent.com",
144144
"subject": "repo:organization/repository:ref:refs/heads/main",
145145
"description": "Testing",
146146
"audiences": [

0 commit comments

Comments
 (0)