Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
SkipCheckingForChanges: false
CloseAfterOpenForTesting: false
OpenAsDraft: false
AuthToken: $(azuresdk-github-pat)
AuthToken: ''
Comment thread
chidozieononiwu marked this conversation as resolved.
# PushAuthToken: for cross-org pushes (pushing to PROwner's fork in a different org).
# Defaults to AuthToken when not specified.
PushAuthToken: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
ScriptDirectory: eng/common/scripts
NpmConfigUserConfig: ''
NpmConfigRegistry: ''
AuthToken: $(azuresdk-github-pat)
AuthToken: ''

steps:
- ${{ if eq(parameters.AuthToken, '') }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
WorkingDirectory: $(System.DefaultWorkingDirectory)
ScriptDirectory: eng/common/scripts
SkipCheckingForChanges: false
AuthToken: $(azuresdk-github-pat)
AuthToken: ''

steps:
- ${{ if eq(parameters.AuthToken, '') }}:
Expand Down