Skip to content

Commit b2bc598

Browse files
committed
Use gh auth setup-git to initialize git authentication
Closes #248 GitOrigin-RevId: 212427a Change-Id: I4e5d3a82e96cb5d88c18c1cbf42fbd6c9bb44d9c Reviewed-on: https://dart-review.googlesource.com/c/dart-docker/+/452760 Commit-Queue: Alexander Thomas <[email protected]> Reviewed-by: Ivan Inozemtsev <[email protected]>
1 parent 45a2bb7 commit b2bc598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
set -x
3131
git config --global user.name "dart-github-bot"
3232
git config --global user.email "[email protected]"
33+
gh auth setup-git
3334
3435
gh repo sync dart-github-bot/official-images
3536
gh repo clone dart-github-bot/official-images

0 commit comments

Comments
 (0)