We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b9d89d + 96c0a78 commit 9fd7e2aCopy full SHA for 9fd7e2a
articles/app-service/deploy-github-actions.md
@@ -140,7 +140,7 @@ OpenID Connect is an authentication method that uses short-lived tokens. Setting
140
("credential.json" contains the following content)
141
{
142
"name": "<CREDENTIAL-NAME>",
143
- "issuer": "https://token.actions.githubusercontent.com/",
+ "issuer": "https://token.actions.githubusercontent.com",
144
"subject": "repo:organization/repository:ref:refs/heads/main",
145
"description": "Testing",
146
"audiences": [
0 commit comments