Update README.md

This commit is contained in:
شركة خبير المحدودة 2025-06-18 14:08:17 +03:00 committed by GitHub
parent a2b2762e6b
commit 332d1c1f86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ This repository contains general standard modules for all projects.
3. Using token
```sh
echo "$GH_TOKEN" > ~/git-askpass.sh
GH_TOKEN=<your_token>
echo "echo $GH_TOKEN" > ~/git-askpass.sh
chmod +x ~/git-askpass.sh
export GIT_ASKPASS=~/git-askpass.sh
git config --global core.askPass ~/git-askpass.sh