Skip to content

Commit 9fd7e2a

Browse files
Merge pull request #243847 from Grace-MacJones-MSFT/patch-30
(AzureCXP) removed the trailing slash in the generate deployment credentials section
2 parents 3b9d89d + 96c0a78 commit 9fd7e2a

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)