Skip to content

Commit 9d34ff5

Browse files
Update comments in set-app-token-push-url.ps1
1 parent b28cea1 commit 9d34ff5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

scripts/set-app-token-push-url.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
# App identity (the same one that opens the PRs), which removes the need for a dedicated
77
# PAT when the repo isn't covered by the pipeline's shared service connection.
88
#
9-
# Only the push URL is changed; the fetch URL is left untouched. That is a deliberate
10-
# optimization for public repos (their initial clone was anonymous, so reads never needed
11-
# a credential) - it is not a requirement of using App auth.
12-
#
9+
# Only the push URL is changed; the fetch URL is left untouched (repos are public hence reads
10+
# can be maintained as anonymous).
1311
# Required environment variables:
1412
# GhAppId - GitHub App client ID (from AKV)
1513
# GhAppKey - GitHub App private key (from AKV)

0 commit comments

Comments
 (0)